X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d119983947975b98ad4ca1295be46ae9d7ffe805..880d76dfb12d4e8466df30d641bb25c6f71bd398:/include/wx/window.h?ds=sidebyside diff --git a/include/wx/window.h b/include/wx/window.h index af1b4886ea..443f0366e7 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -752,7 +752,7 @@ public: 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 );