From: Vadim Zeitlin Date: Wed, 11 Jun 2003 11:02:04 +0000 (+0000) Subject: made GetType() inline X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b3005659bd7642d86a72cc0466488c26f5e5251d?hp=ef5cfa38893daebb0fb830e788ec378cd7d0f882 made GetType() inline git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/dataform.h b/include/wx/mac/dataform.h index d1bf0f98bc..6e8846c6da 100644 --- a/include/wx/mac/dataform.h +++ b/include/wx/mac/dataform.h @@ -50,7 +50,7 @@ public: void SetId(const wxChar* pId); // implementation - wxDataFormatId GetType() const; + wxDataFormatId GetType() const { return m_type; } void SetType( wxDataFormatId type ); private: