X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..337dc4c1f68c96f5fe3f8d3e7ddf17dbf8ce773f:/include/wx/univ/gauge.h?ds=sidebyside

diff --git a/include/wx/univ/gauge.h b/include/wx/univ/gauge.h
index 04ac21fc87..ae80f68767 100644
--- a/include/wx/univ/gauge.h
+++ b/include/wx/univ/gauge.h
@@ -5,12 +5,12 @@
 // Modified by:
 // Created:     20.02.01
 // RCS-ID:      $Id$
-// Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
+// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-    #pragma implementation "gaugeuniv.h"
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
+    #pragma interface "gaugeuniv.h"
 #endif
 
 // ----------------------------------------------------------------------------