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:
@@ -50,7 +50,7 @@ public:
|
|||||||
void SetId(const wxChar* pId);
|
void SetId(const wxChar* pId);
|
||||||
|
|
||||||
// implementation
|
// implementation
|
||||||
wxDataFormatId GetType() const;
|
wxDataFormatId GetType() const { return m_type; }
|
||||||
void SetType( wxDataFormatId type );
|
void SetType( wxDataFormatId type );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user