Made SetType public to match MSW.
authorRobin Dunn <robin@alldunn.com>
Mon, 8 Nov 1999 06:07:20 +0000 (06:07 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 8 Nov 1999 06:07:20 +0000 (06:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/dataform.h
include/wx/gtk1/dataform.h

index 9da24dd2577100c6bf83eeb9266a2006e1322035..6bde38106b3d16f8cc8c5c0ad0bbbf489ced7679 100644 (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
index 9da24dd2577100c6bf83eeb9266a2006e1322035..6bde38106b3d16f8cc8c5c0ad0bbbf489ced7679 100644 (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