]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xrc/derivdlg.h
reSWIGged
[wxWidgets.git] / samples / xrc / derivdlg.h
index edcf91f5252cffd7f7bf60e0cc111523918f6f6f..e04d5555d2e79a76d7acea75c886f0aa0da81b8c 100644 (file)
@@ -45,7 +45,7 @@ public:
     PreferencesDialog( wxWindow* parent );
 
     // Destructor.
-    ~PreferencesDialog();
+    ~PreferencesDialog(){};
 
 private:
 
@@ -54,7 +54,7 @@ private:
 
     // Stuff to do when a "My Checkbox" gets updated
     // (drawn, or it changes its value)
-    void OuUpdateUIMyCheckbox( wxUpdateUIEvent &event );
+    void OnUpdateUIMyCheckbox( wxUpdateUIEvent &event );
 
     // Override base class functions of a wxDialog.
     void OnOK( wxCommandEvent &event );