diff options
Diffstat (limited to 'src/Rootmenu.cc')
-rw-r--r-- | src/Rootmenu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rootmenu.cc b/src/Rootmenu.cc index 9e0c83b..46bbe34 100644 --- a/src/Rootmenu.cc +++ b/src/Rootmenu.cc | |||
@@ -56,7 +56,7 @@ Rootmenu::Rootmenu(BScreen *scrn) : Basemenu(scrn) { | |||
56 | } | 56 | } |
57 | 57 | ||
58 | 58 | ||
59 | void Rootmenu::itemSelected(int button, int index) { | 59 | void Rootmenu::itemSelected(int button, unsigned int index) { |
60 | 60 | ||
61 | Fluxbox *fluxbox = Fluxbox::instance(); | 61 | Fluxbox *fluxbox = Fluxbox::instance(); |
62 | 62 | ||