diff options
author | fluxgen <fluxgen> | 2002-04-03 12:08:54 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-04-03 12:08:54 (GMT) |
commit | 05761f6059fb1dc12f6922b06c297b5f10780a05 (patch) | |
tree | 66f0ffb5067833b5f4c641c8e58da6ecb6035621 /src/Rootmenu.hh | |
parent | 968f9b5d8e0397bd812ce41073a317eb20fdf9df (diff) | |
download | fluxbox_pavel-05761f6059fb1dc12f6922b06c297b5f10780a05.zip fluxbox_pavel-05761f6059fb1dc12f6922b06c297b5f10780a05.tar.bz2 |
Fixed some signed/unsigned warnings
Diffstat (limited to 'src/Rootmenu.hh')
-rw-r--r-- | src/Rootmenu.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rootmenu.hh b/src/Rootmenu.hh index 0fabc43..d8b7d95 100644 --- a/src/Rootmenu.hh +++ b/src/Rootmenu.hh | |||
@@ -35,7 +35,7 @@ private: | |||
35 | 35 | ||
36 | 36 | ||
37 | protected: | 37 | protected: |
38 | virtual void itemSelected(int, int); | 38 | virtual void itemSelected(int button, unsigned int index); |
39 | 39 | ||
40 | 40 | ||
41 | public: | 41 | public: |