]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/gauge.cpp
wxWebKit now properly updates after a resize event.
[wxWidgets.git] / src / univ / gauge.cpp
index 0c29caa6da3bfc40bd7dd4388b75d6f8dec040bb..c8ebbb2289d05a94aa64ecde5cef47649d0b2833 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     20.02.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
-// License:     wxWindows license
+// License:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -17,8 +17,8 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
-    #pragma implementation "gauge.h"
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
+    #pragma implementation "gaugeuniv.h"
 #endif
 
 // For compilers that support precompilation, includes "wx.h".