X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88ac883a0d005437c97a60d8195bd5e4719b1154..32c1cda24418c225fa2cff4b1416f7a3d62c88b1:/include/wx/window.h diff --git a/include/wx/window.h b/include/wx/window.h index a805172231..3fdcd5acf0 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -324,7 +324,7 @@ public: inline wxWindow *GetGrandParent() const; // is this window a top level one? - bool IsTopLevel() const { return m_parent != 0; } + bool IsTopLevel() const; // it doesn't really change parent, use ReParent() instead void SetParent( wxWindowBase *parent ) { m_parent = (wxWindow *)parent; }