]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dragimag/dragimag.h
also added a check of choice selection in idle time (similar to last check in for...
[wxWidgets.git] / samples / dragimag / dragimag.h
index bba436184e012217b8ed73961884ab877130fc0e..cdc1baa9121a35471129cf656adb6132e5f2825b 100644 (file)
@@ -46,6 +46,7 @@ class MyApp: public wxApp
 public:
     MyApp();
     virtual bool OnInit();
+    virtual int OnExit();
 
 //// Operations
 
@@ -122,7 +123,7 @@ class DragShape: public wxObject
 {
 public:
     DragShape(const wxBitmap& bitmap);
-    ~DragShape();
+    ~DragShape(){};
 
 //// Operations