aboutsummaryrefslogtreecommitdiff
path: root/src/ButtonTool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ButtonTool.hh')
-rw-r--r--src/ButtonTool.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ButtonTool.hh b/src/ButtonTool.hh
index f4f535a..4339722 100644
--- a/src/ButtonTool.hh
+++ b/src/ButtonTool.hh
@@ -36,7 +36,8 @@ class ImageControl;
36class ButtonTool: public GenericTool { 36class ButtonTool: public GenericTool {
37public: 37public:
38 ButtonTool(FbTk::Button *button, ToolbarItem::Type type, 38 ButtonTool(FbTk::Button *button, ToolbarItem::Type type,
39 ButtonTheme &theme, FbTk::ImageControl &img_ctrl); 39 FbTk::ThemeProxy<ButtonTheme> &theme,
40 FbTk::ImageControl &img_ctrl);
40 virtual ~ButtonTool(); 41 virtual ~ButtonTool();
41 42
42protected: 43protected: