]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mobile/styles/styles.h
reverted last change with setting the focus only if we hadn't had it, this breaks...
[wxWidgets.git] / samples / mobile / styles / styles.h
index 4dbc63436088208d3930f6f03ddc51985b958798..078423813ace546bce82d8e33b49f023a69f2209 100644 (file)
@@ -8,7 +8,7 @@
 #define __styles_H__
 
 #if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma interface "styles.cpp"
+    #pragma interface "styles.h"
 #endif
 
 // Include wxWidgets' headers
@@ -36,16 +36,16 @@ public:
         const wxPoint& pos = wxDefaultPosition,
         const wxSize& size = wxDefaultSize,
         long style = wxDEFAULT_FRAME_STYLE );
-    
+
 private:
     void CreateMyMenuBar();
-    
+
 private:
     void OnAbout( wxCommandEvent &event );
     void OnQuit( wxCommandEvent &event );
-    
+
     void OnCloseWindow( wxCloseEvent &event );
-    
+
 private:
     DECLARE_EVENT_TABLE()
 };
@@ -57,8 +57,8 @@ private:
 class MyApp: public wxApp
 {
 public:
-    MyApp();
-    
+    MyApp(){};
+
     virtual bool OnInit();
     virtual int OnExit();
 };