]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/configtree.h
Warning fix.
[wxWidgets.git] / utils / configtool / src / configtree.h
index 57e7d057e5bf25773f847dfcf3176e355a417d6f..4410af90dc5fa27cb9d1dbde123a13677f141971 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        configtree.h
-// Purpose:     wxWindows Configuration Tool tree class
+// Purpose:     wxWidgets Configuration Tool tree class
 // Author:      Julian Smart
 // Modified by:
 // Created:     2003-06-03
@@ -13,7 +13,7 @@
 #ifndef _CT_CONFIGTREE_H_
 #define _CT_CONFIGTREE_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "configtree.cpp"
 #endif