diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-06-27 17:34:51 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2013-02-17 00:09:34 (GMT) |
commit | 22a26ba7cbf4242f69ce3ae36f8ac652ffac9390 (patch) | |
tree | 476f5b8b50492500682e9cfeeb32a7266bb48b19 /src/FbTk/Menu.hh | |
parent | 74532a72a511ae5243bca776c20797b328aa89eb (diff) | |
download | fluxbox_pavel-22a26ba7cbf4242f69ce3ae36f8ac652ffac9390.zip fluxbox_pavel-22a26ba7cbf4242f69ce3ae36f8ac652ffac9390.tar.bz2 |
A veeeery rough implementation of lua menu parsers
Diffstat (limited to 'src/FbTk/Menu.hh')
-rw-r--r-- | src/FbTk/Menu.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Menu.hh b/src/FbTk/Menu.hh index bd830b4..4096295 100644 --- a/src/FbTk/Menu.hh +++ b/src/FbTk/Menu.hh | |||
@@ -61,7 +61,7 @@ public: | |||
61 | */ | 61 | */ |
62 | //@{ | 62 | //@{ |
63 | /// add a menu item with a label and a command | 63 | /// add a menu item with a label and a command |
64 | int insert(const FbString &label, RefCount<Command<void> > &cmd, int pos=-1); | 64 | int insert(const FbString &label, const RefCount<Command<void> > &cmd, int pos=-1); |
65 | /// add empty menu item | 65 | /// add empty menu item |
66 | int insert(const FbString &label, int pos=-1); | 66 | int insert(const FbString &label, int pos=-1); |
67 | /// add submenu | 67 | /// add submenu |