]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/nonownedwnd.h
no real change; just add the standard separator where it's missing
[wxWidgets.git] / include / wx / osx / nonownedwnd.h
index 3ce7ae952c7a023cf79c88272c87c0bb98c105d8..61caeb7d0074444f3eb652d761baa2717c6fb07c 100644 (file)
@@ -61,8 +61,6 @@ public:
 
     // implement base class pure virtuals
 
-    virtual bool SetShape(const wxRegion& region);
-
     virtual bool SetTransparent(wxByte alpha);
     virtual bool CanSetTransparent();
 
@@ -76,6 +74,8 @@ public:
     // implementation from now on
     // --------------------------
 
+    virtual bool DoSetShape(const wxRegion& region);
+
     // activation hooks only necessary for MDI Implementation
     static void MacDelayedDeactivation(long timestamp);
     virtual void MacActivate( long timestamp , bool inIsActivating ) ;