]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/window.h
added fix for MSL under Win32 (by Steve Hartwell)
[wxWidgets.git] / include / wx / motif / window.h
index 51b393236dfcec87aa2382fea389ac1dd9bad64c..c85264e4f39185ccda0581a911efbc775bb168e4 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
 
@@ -66,7 +66,6 @@ public:
     
     virtual void Refresh( bool eraseBackground = TRUE,
         const wxRect *rect = (const wxRect *) NULL );
-    virtual void Clear();
     
     virtual bool SetBackgroundColour( const wxColour &colour );
     virtual bool SetForegroundColour( const wxColour &colour );