aboutsummaryrefslogtreecommitdiff
path: root/src/Icon.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-04-03 12:08:54 (GMT)
committerfluxgen <fluxgen>2002-04-03 12:08:54 (GMT)
commit05761f6059fb1dc12f6922b06c297b5f10780a05 (patch)
tree66f0ffb5067833b5f4c641c8e58da6ecb6035621 /src/Icon.hh
parent968f9b5d8e0397bd812ce41073a317eb20fdf9df (diff)
downloadfluxbox-05761f6059fb1dc12f6922b06c297b5f10780a05.zip
fluxbox-05761f6059fb1dc12f6922b06c297b5f10780a05.tar.bz2
Fixed some signed/unsigned warnings
Diffstat (limited to 'src/Icon.hh')
-rw-r--r--src/Icon.hh2
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
38protected: 38protected:
39 virtual void itemSelected(int, int); 39 virtual void itemSelected(int button, unsigned int index);
40 40
41 41
42public: 42public: