]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/deprecated/resource/resource.h
Regenerated makefiles
[wxWidgets.git] / contrib / samples / deprecated / resource / resource.h
index 73448e755c03cfd5fd3230ed4e827cf7217fec67..b9960503a23581e27cc1e268c7ff9d5935be91a4 100644 (file)
@@ -30,7 +30,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 +43,7 @@ public:
     void OnQuit(wxCommandEvent& event);
     void OnAbout(wxCommandEvent& event);
     void OnTestDialog(wxCommandEvent& event);
-    
+
     wxWindow *panel;
 
 private:
@@ -55,7 +55,7 @@ class MyDialog : public wxDialog
 public:
     void OnOk(wxCommandEvent& event);
     void OnCancel(wxCommandEvent& event);
-    
+
 private:
     DECLARE_EVENT_TABLE()
 };