]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
enum wxWebViewBackend has been removed.
[wxWidgets.git] / include / wx / window.h
index af1b4886eab7ab9a7c7befb5626fffb3d95a73cd..443f0366e72cce01d2a0c6554a9eaec3639f2c4a 100644 (file)
@@ -752,7 +752,7 @@ public:
     bool IsDescendant(wxWindowBase* win) const;
 
         // it doesn't really change parent, use Reparent() instead
     bool IsDescendant(wxWindowBase* win) const;
 
         // it doesn't really change parent, use Reparent() instead
-    void SetParent( wxWindowBase *parent ) { m_parent = (wxWindow *)parent; }
+    void SetParent( wxWindowBase *parent );
         // change the real parent of this window, return true if the parent
         // was changed, false otherwise (error or newParent == oldParent)
     virtual bool Reparent( wxWindowBase *newParent );
         // change the real parent of this window, return true if the parent
         // was changed, false otherwise (error or newParent == oldParent)
     virtual bool Reparent( wxWindowBase *newParent );