X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55d99c7a77789ff4904bf96eddca3715eb5af9b9..6e2fef031b643ceda4ff4bd6f1920ecb20780c6e:/src/common/textbuf.cpp?ds=inline diff --git a/src/common/textbuf.cpp b/src/common/textbuf.cpp index c9df178872..1e6c9a9e83 100644 --- a/src/common/textbuf.cpp +++ b/src/common/textbuf.cpp @@ -3,7 +3,7 @@ // Purpose: implementation of wxTextBuffer class // Created: 14.11.01 // Author: Morten Hanssen, Vadim Zeitlin -// Copyright: (c) 1998-2001 wxWindows team +// Copyright: (c) 1998-2001 wxWidgets team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -11,7 +11,7 @@ // headers // ============================================================================ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "textbuf.h" #endif