]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/window.h
added fix for MSL under Win32 (by Steve Hartwell)
[wxWidgets.git] / include / wx / x11 / window.h
index ef09a5ff93213691a924096001d926163e7e27b7..ce7fe96831affec86db0e454682dbb80761bdacc 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_WINDOW_H_
 #define _WX_WINDOW_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "window.h"
 #endif
 
@@ -64,8 +64,6 @@ public:
         const wxRect *rect = (const wxRect *) NULL );
     virtual void Update();
     
-    virtual void Clear();
-    
     virtual bool SetBackgroundColour( const wxColour &colour );
     virtual bool SetForegroundColour( const wxColour &colour );