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