]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/mimetype.h
handle error in GetDataSize()
[wxWidgets.git] / interface / wx / mimetype.h
index ae5abb790eebf0f7420e54f53f0b9f0586ed910b..4546827df8b0f693d3f28741f24af6185c42a130 100644 (file)
@@ -234,13 +234,19 @@ wxMimeTypesManager* wxTheMimeTypesManager;
 */
 class wxFileType
 {
-public:
+private:
     /**
         The default constructor is private because you should never create objects of
         this type: they are only returned by wxMimeTypesManager methods.
     */
     wxFileType();
 
+public:
+    /**
+        Copy ctor.
+    */
+    wxFileType(const wxFileTypeInfo& ftInfo);
+
     /**
         The destructor of this class is not virtual, so it should not be derived from.
     */