]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
Blindly added wxImageList::replace( int, bitmap, mask )
[wxWidgets.git] / include / wx / event.h
index 7087fa5002d06024f1f9c55dc5445b0e75897426..909ffbc4050282fdbe8bfacdad8090c9911dac73 100644 (file)
@@ -546,7 +546,7 @@ public:
     long GetExtraLong() const { return m_extraLong; }
 
     void SetInt(int i) { m_commandInt = i; }
-    long GetInt() const { return m_commandInt; }
+    int GetInt() const { return m_commandInt; }
 
     virtual wxEvent *Clone() const { return new wxCommandEvent(*this); }