]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/textbuf.cpp
fixed rounding errors in variable status bar panes widths computation (patch 1030021)
[wxWidgets.git] / src / common / textbuf.cpp
index 629976253e35bf55c84e54389812c3910f487fe6..1e6c9a9e83945a128ad1760bd70c6a60c10b3f3f 100644 (file)
@@ -3,15 +3,15 @@
 // Purpose:     implementation of wxTextBuffer class
 // Created:     14.11.01
 // Author:      Morten Hanssen, Vadim Zeitlin
-// Copyright:   (c) 1998-2001 wxWindows team
-// Licence:     wxWindows license
+// Copyright:   (c) 1998-2001 wxWidgets team
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
 // headers
 // ============================================================================
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "textbuf.h"
 #endif