]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/toplevel.cpp
correcting last commit
[wxWidgets.git] / src / mgl / toplevel.cpp
index c70e6f3865e4942d613403029cb05c2e9d79c68c..e75baca885c279596821dba727368ecb66710666 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:
 // Author:      Vaclav Slavik
 // Id:          $Id$
-// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
+// Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -15,7 +15,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "toplevel.h"
 #endif