aboutsummaryrefslogtreecommitdiff
path: root/src/ToolbarItem.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolbarItem.hh')
-rw-r--r--src/ToolbarItem.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ToolbarItem.hh b/src/ToolbarItem.hh
index 0e77766..90fe6f3 100644
--- a/src/ToolbarItem.hh
+++ b/src/ToolbarItem.hh
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: ToolbarItem.hh,v 1.6 2004/08/29 08:33:13 rathnor Exp $ 23// $Id: ToolbarItem.hh,v 1.7 2004/09/12 14:56:19 rathnor Exp $
24 24
25#ifndef TOOLBARITEM_HH 25#ifndef TOOLBARITEM_HH
26#define TOOLBARITEM_HH 26#define TOOLBARITEM_HH
@@ -55,7 +55,7 @@ public:
55 55
56 // Tools should NOT listen to theme changes - they'll get notified by 56 // Tools should NOT listen to theme changes - they'll get notified by
57 // the toolbar instead. Otherwise there are ordering problems. 57 // the toolbar instead. Otherwise there are ordering problems.
58 virtual void renderTheme() = 0; 58 virtual void renderTheme(unsigned char alpha) = 0;
59 59
60 // just update theme items that affect the size 60 // just update theme items that affect the size
61 virtual void updateSizing() = 0; 61 virtual void updateSizing() = 0;