]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/image.cpp
corrected (?) wxStringList::Delete()
[wxWidgets.git] / samples / image / image.cpp
index 002e1da9f4cec5e98e8abdf4729be0deafa526dc..4e5146080765cc598395abcd8947c0bd2c1e11dd 100644 (file)
@@ -122,8 +122,8 @@ void MyCanvas::OnPaint( wxPaintEvent &WXUNUSED(event) )
 
 // MyFrame
 
-const  ID_QUIT  = 108;
-const  ID_ABOUT = 109;
+const int ID_QUIT  = 108;
+const int ID_ABOUT = 109;
 
 IMPLEMENT_DYNAMIC_CLASS( MyFrame, wxFrame )