aboutsummaryrefslogtreecommitdiff
path: root/src/GenericTool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/GenericTool.hh')
-rw-r--r--src/GenericTool.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GenericTool.hh b/src/GenericTool.hh
index b64edcf..5d7c8d4 100644
--- a/src/GenericTool.hh
+++ b/src/GenericTool.hh
@@ -60,7 +60,7 @@ public:
60 const FbTk::FbWindow &window() const { return *m_window; } 60 const FbTk::FbWindow &window() const { return *m_window; }
61 61
62protected: 62protected:
63 virtual void renderTheme(unsigned char alpha); 63 virtual void renderTheme(int alpha);
64 64
65private: 65private:
66 void update(FbTk::Subject *subj); 66 void update(FbTk::Subject *subj);