]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gauge95.h
Fix for internal compiler error
[wxWidgets.git] / include / wx / msw / gauge95.h
index 2681094ee9b4debcd34f3baed739f7b58e8bbd03..9bd85fd7d934f422cde4179d4399e735b3bc6085 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _GAUGE95_H_
 #define _GAUGE95_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "gauge95.h"
 #endif
 
@@ -63,11 +63,6 @@ public:
     // overriden base class virtuals
     virtual bool AcceptsFocus() const { return FALSE; }
 
-    // Backward compatibility
-#if WXWIN_COMPATIBILITY
-    void SetButtonColour(const wxColour& col) { SetForegroundColour(col); }
-#endif
-
     virtual void Command(wxCommandEvent& WXUNUSED(event)) {} ;
 
 protected: