]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dataform.h
1. corrected some owner-drawn buttons bugs
[wxWidgets.git] / 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