X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5d6aa2208e2cede142bd2cf703a75cbdff5df92..ae80f83724464f0d178d85a60e1ba6e9a1c4ae8f:/include/wx/gtk1/dataform.h diff --git a/include/wx/gtk1/dataform.h b/include/wx/gtk1/dataform.h index 9da24dd257..6bde38106b 100644 --- a/include/wx/gtk1/dataform.h +++ b/include/wx/gtk1/dataform.h @@ -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