diff options
Diffstat (limited to 'src/ButtonTool.hh')
-rw-r--r-- | src/ButtonTool.hh | 3 |
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; | |||
36 | class ButtonTool: public GenericTool { | 36 | class ButtonTool: public GenericTool { |
37 | public: | 37 | public: |
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 | ||
42 | protected: | 43 | protected: |