X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0540bb8ba756e2df3479073d9f6d7c3373460c3..19c35fa587f97cf83e2cb28afe76b8db85b36c9f:/src/common/object.cpp 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