From b50cec104f252079664f193ca386fe7a7f80745e Mon Sep 17 00:00:00 2001 From: dankan1890 Date: Sun, 27 Nov 2016 15:16:33 +0100 Subject: [PATCH] Added missing 'const' qualifier. --- include/nana/gui/widgets/tabbar.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nana/gui/widgets/tabbar.hpp b/include/nana/gui/widgets/tabbar.hpp index 1ff4fccc..f22e6e5c 100644 --- a/include/nana/gui/widgets/tabbar.hpp +++ b/include/nana/gui/widgets/tabbar.hpp @@ -248,7 +248,7 @@ namespace nana API::refresh_window(this->handle()); } - pat::cloneable& renderer() const + const pat::cloneable& renderer() const { return this->get_drawer_trigger().ext_renderer(); }