]> git.saurik.com Git - wxWidgets.git/commitdiff
Added inline keyword
authorBrian Macy <nobody@localhost>
Mon, 10 May 1999 16:59:16 +0000 (16:59 +0000)
committerBrian Macy <nobody@localhost>
Mon, 10 May 1999 16:59:16 +0000 (16:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/window.h

index c6d4e51be546f5c50e4be16398081d03c6abd89a..bfbfb268083ab511f7330c9dc7e0b97a666c62fe 100644 (file)
@@ -753,7 +753,7 @@ private:
 // forward dependencies
 // ----------------------------------------------------------------------------
 
-wxWindow *wxWindowBase::GetGrandParent() const
+inline wxWindow *wxWindowBase::GetGrandParent() const
 {
     return m_parent ? m_parent->GetParent() : (wxWindow *)NULL;
 }