From b3005659bd7642d86a72cc0466488c26f5e5251d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 11 Jun 2003 11:02:04 +0000 Subject: [PATCH 1/1] made GetType() inline git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/dataform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.45.2