made GetType() inline

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-06-11 11:02:04 +00:00
parent ef5cfa3889
commit b3005659bd

View File

@ -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: