]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/clipcmn.cpp
missing headers for !USE_PCH compilation
[wxWidgets.git] / src / common / clipcmn.cpp
index 9507ed416b69ea4abeca6340eab9d791d96f608d..bbb7b68c6761df4e1051f8440e8db39fbf70d641 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     28.06.99
 // RCS-ID:      $Id$
 // Copyright:   (c) Robert Roebling
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "clipboardbase.h"
 #endif