Made SetType public to match MSW.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-11-08 06:07:20 +00:00
parent 5d4b632ba3
commit 085078a1c4
2 changed files with 2 additions and 2 deletions

View File

@@ -52,13 +52,13 @@ public:
// implementation
wxDataFormatId GetType() const;
void SetType( wxDataFormatId type );
private:
wxDataFormatId m_type;
NativeFormat m_format;
void PrepareFormats();
void SetType( wxDataFormatId type );
};
#endif // _WX_GTK_DATAFORM_H