aboutsummaryrefslogtreecommitdiff
path: root/src/ButtonTheme.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ButtonTheme.hh')
-rw-r--r--src/ButtonTheme.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ButtonTheme.hh b/src/ButtonTheme.hh
index a293b71..50358fa 100644
--- a/src/ButtonTheme.hh
+++ b/src/ButtonTheme.hh
@@ -41,7 +41,7 @@ public:
41 const FbTk::Texture &pressed() const { return *m_pressed_texture; } 41 const FbTk::Texture &pressed() const { return *m_pressed_texture; }
42 GC gc() const { return m_gc.gc(); } 42 GC gc() const { return m_gc.gc(); }
43 int scale() const { return *m_scale; } // scale factor for inside objects 43 int scale() const { return *m_scale; } // scale factor for inside objects
44 const std::string &name() { return m_name; } 44 const std::string &name() const { return m_name; }
45 45
46 virtual FbTk::Signal<> &reconfigSig() { return FbTk::Theme::reconfigSig(); } 46 virtual FbTk::Signal<> &reconfigSig() { return FbTk::Theme::reconfigSig(); }
47 47