From 085078a1c4904ae9dcf5934ea64b5fa2c568897b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 8 Nov 1999 06:07:20 +0000 Subject: [PATCH] Made SetType public to match MSW. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/dataform.h | 2 +- include/wx/gtk1/dataform.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.0