X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7df07b10aaf306995cc93f67706113bae9173135..2ef76992c86daff306a62042d9467e118c36cf1f:/samples/validate/validate.cpp diff --git a/samples/validate/validate.cpp b/samples/validate/validate.cpp index 2348ebf269..c5a188234a 100644 --- a/samples/validate/validate.cpp +++ b/samples/validate/validate.cpp @@ -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__