]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xrc/derivdlg.h
don't give errors if SetLayeredWindowAttributes() is not available (as is the case...
[wxWidgets.git] / samples / xrc / derivdlg.h
index edcf91f5252cffd7f7bf60e0cc111523918f6f6f..e198fb1d9c481f26c35ca5d31c81ff1693140b9e 100644 (file)
 #ifndef _DERIVDLG_H_
 #define _DERIVDLG_H_
 
-//-----------------------------------------------------------------------------
-// GCC interface
-//-----------------------------------------------------------------------------
-
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma interface "derivdlg.h"
-#endif
-
 //-----------------------------------------------------------------------------
 // Headers
 //-----------------------------------------------------------------------------
@@ -45,7 +37,7 @@ public:
     PreferencesDialog( wxWindow* parent );
 
     // Destructor.
-    ~PreferencesDialog();
+    ~PreferencesDialog(){};
 
 private:
 
@@ -54,7 +46,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 );