From: Brian Macy Date: Mon, 10 May 1999 16:59:16 +0000 (+0000) Subject: Added inline keyword X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bacd69f98684f0ff663ce539a6c9b189017e702b Added inline keyword git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/window.h b/include/wx/window.h index c6d4e51be5..bfbfb26808 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -753,7 +753,7 @@ private: // forward dependencies // ---------------------------------------------------------------------------- -wxWindow *wxWindowBase::GetGrandParent() const +inline wxWindow *wxWindowBase::GetGrandParent() const { return m_parent ? m_parent->GetParent() : (wxWindow *)NULL; }