From: Robin Dunn Date: Mon, 8 Nov 1999 06:07:20 +0000 (+0000) Subject: Made SetType public to match MSW. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/085078a1c4904ae9dcf5934ea64b5fa2c568897b Made SetType public to match MSW. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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