]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/deprecated/resource/resource.h
regenerated after version.bkl changes fixing -compatibility_version for Darwin
[wxWidgets.git] / contrib / samples / deprecated / resource / resource.h
index 73448e755c03cfd5fd3230ed4e827cf7217fec67..d1ff2b01290fe8b1a9075b74250021e8dddef15b 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-// #pragma interface
-#endif
-
 // Define a new application
 class MyApp: public wxApp
 {
@@ -30,7 +26,7 @@ public:
     MyPanel(wxWindow *parent, wxWindowID id, const wxPoint& pos,
             const wxSize& size, int style, const wxString &name);
     void OnClick(wxMouseEvent &event);
-    
+
 private:
     DECLARE_EVENT_TABLE()
 };
@@ -43,7 +39,7 @@ public:
     void OnQuit(wxCommandEvent& event);
     void OnAbout(wxCommandEvent& event);
     void OnTestDialog(wxCommandEvent& event);
-    
+
     wxWindow *panel;
 
 private:
@@ -55,7 +51,7 @@ class MyDialog : public wxDialog
 public:
     void OnOk(wxCommandEvent& event);
     void OnCancel(wxCommandEvent& event);
-    
+
 private:
     DECLARE_EVENT_TABLE()
 };