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/Clientmenu.hh | |
parent | 968f9b5d8e0397bd812ce41073a317eb20fdf9df (diff) | |
download | fluxbox-05761f6059fb1dc12f6922b06c297b5f10780a05.zip fluxbox-05761f6059fb1dc12f6922b06c297b5f10780a05.tar.bz2 |
Fixed some signed/unsigned warnings
Diffstat (limited to 'src/Clientmenu.hh')
-rw-r--r-- | src/Clientmenu.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Clientmenu.hh b/src/Clientmenu.hh index d49f5dd..19a6d57 100644 --- a/src/Clientmenu.hh +++ b/src/Clientmenu.hh | |||
@@ -37,7 +37,7 @@ private: | |||
37 | 37 | ||
38 | 38 | ||
39 | protected: | 39 | protected: |
40 | virtual void itemSelected(int, int); | 40 | virtual void itemSelected(int button, unsigned int index); |
41 | 41 | ||
42 | 42 | ||
43 | public: | 43 | public: |