]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/validate/validate.cpp
no real changes
[wxWidgets.git] / samples / validate / validate.cpp
index 2348ebf269febbc2e97971410b9666a755a05d4c..c5a188234ae57dea2c924f79447a907b2b79bafa 100644 (file)
@@ -15,7 +15,7 @@
 // from a text control. All validators transfer data, but not
 // all test validity, so don't be confused by the name.
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #   pragma implementation
 #endif // __GNUG__