From bacd69f98684f0ff663ce539a6c9b189017e702b Mon Sep 17 00:00:00 2001 From: Brian Macy Date: Mon, 10 May 1999 16:59:16 +0000 Subject: [PATCH] Added inline keyword git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.50.0