]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/validate/validate.h
Some doc corrections
[wxWidgets.git] / samples / validate / validate.h
index 3a59f7bb6338b88046de1ba32caad23c3d397b92..546cfb254f9169a8d0d03465e3e0a7f236b403ac 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #   pragma interface
 #endif
 
@@ -32,7 +32,7 @@ public:
 class MyFrame : public wxFrame
 {
 public:
-    MyFrame(wxFrame *frame, const char *title, int x, int y, int w, int h);
+    MyFrame(wxFrame *frame, const wxString&title, int x, int y, int w, int h);
 
     void OnQuit(wxCommandEvent& event);
     void OnTestDialog(wxCommandEvent& event);