]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/validate/validate.h
removed erroneous return type from a membersection (patch 905562)
[wxWidgets.git] / samples / validate / validate.h
index 3a4bd970e5b4aefcd49b4403d4aed0bcbdf4da62..546cfb254f9169a8d0d03465e3e0a7f236b403ac 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #   pragma interface
 #endif