diff --git a/include/wx/gtk/dataform.h b/include/wx/gtk/dataform.h index 9da24dd257..6bde38106b 100644 --- a/include/wx/gtk/dataform.h +++ b/include/wx/gtk/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 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