aboutsummaryrefslogtreecommitdiff
path: root/src/ToolbarItem.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolbarItem.hh')
-rw-r--r--src/ToolbarItem.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolbarItem.hh b/src/ToolbarItem.hh
index 4a92c97..f5d1a2a 100644
--- a/src/ToolbarItem.hh
+++ b/src/ToolbarItem.hh
@@ -54,7 +54,7 @@ public:
54 54
55 // Tools should NOT listen to theme changes - they'll get notified by 55 // Tools should NOT listen to theme changes - they'll get notified by
56 // the toolbar instead. Otherwise there are ordering problems. 56 // the toolbar instead. Otherwise there are ordering problems.
57 virtual void renderTheme(unsigned char alpha) = 0; 57 virtual void renderTheme(int alpha) = 0;
58 58
59 // insist implemented, even if blank 59 // insist implemented, even if blank
60 virtual void parentMoved() = 0; // called when moved from hiding 60 virtual void parentMoved() = 0; // called when moved from hiding