aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_toolbar.h
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-05-27 22:54:05 +0000
committerGravatar Elvio Basello2008-05-27 22:54:05 +0000
commitd39c2447669f9268e78abc704bdc6df3181c2b51 (patch)
tree1d1396292981de4639f423a941efe5f4c3f8621e /src/modules/objects/class_toolbar.h
parentcompilation fix against Noldor's huge commit (diff)
downloadKVIrc-d39c2447669f9268e78abc704bdc6df3181c2b51.tar.gz
KVIrc-d39c2447669f9268e78abc704bdc6df3181c2b51.tar.bz2
KVIrc-d39c2447669f9268e78abc704bdc6df3181c2b51.zip
another compilation fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1861 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_toolbar.h')
-rw-r--r--src/modules/objects/class_toolbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_toolbar.h b/src/modules/objects/class_toolbar.h
index c6264cf11..e71311ff5 100644
--- a/src/modules/objects/class_toolbar.h
+++ b/src/modules/objects/class_toolbar.h
@@ -40,7 +40,7 @@ protected:
bool functionsetLabel(KviKvsObjectFunctionCall *c);
bool functionlabel(KviKvsObjectFunctionCall *c);
bool functionsetStretchableWidget(KviKvsObjectFunctionCall *c);
- bool functionclear(KviKvsObjectFunctionCall *c);
+ bool functionclear(KviKvsObjectFunctionCall *c);
};