X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0540bb8ba756e2df3479073d9f6d7c3373460c3..c7346341eb9d16c94e90d435524decd13f0ca714:/src/common/object.cpp?ds=inline diff --git a/src/common/object.cpp b/src/common/object.cpp index 44e8d36ef3..e29f32860c 100644 --- a/src/common/object.cpp +++ b/src/common/object.cpp @@ -10,7 +10,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "object.h" #endif