]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/theme.cpp
When inserting a new menu don't try to find th eposition of the current one
[wxWidgets.git] / src / univ / theme.cpp
index 35c540df58ebb89aa4f21db455bec19ef86aff6a..1ed1f57a20107d55719ca388a16744c793dba75c 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     06.08.00
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ===========================================================================
@@ -17,7 +17,7 @@
 // headers
 // ---------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "theme.h"
 #endif