]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/utils.h
Added window styles to wxToolBar handler.
[wxWidgets.git] / utils / configtool / src / utils.h
index 87fd2938361d1e1171c378a3180a58ff254e2212..587bc5b376385a62cf3983b1384cecfe448a0dd7 100644 (file)
@@ -144,7 +144,7 @@ public:
     // enabled/disabled
     int GetStateCount() const { return m_maxStates; };
 
-    void SetStateCount(int count) { m_maxStates; }
+    void SetStateCount(int count) { m_maxStates = count; }
     int GetIconId(int state, bool enabled = TRUE) const;
     void SetIconId(int state, bool enabled, int iconId);