]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/mimetype.h
Add NUM_CUSTOM
[wxWidgets.git] / interface / wx / mimetype.h
index 3c9576e0ed819aa9dd405b9d4f2a645df94d78b7..d4937b13430b2f898d3c933d06ef7cd782c89a20 100644 (file)
@@ -230,8 +230,8 @@ public:
     class MessageParameters
     {
     public:
-        /// Constructor
-        MessageParameters() { }
+        /// Trivial default constructor.
+        MessageParameters();
 
         /// Constructor taking a filename and a mime type.
         MessageParameters(const wxString& filename,
@@ -247,7 +247,7 @@ public:
         virtual wxString GetParamValue(const wxString& name) const;
 
         /// Trivial but virtual dtor as this class can be inherited from.
-        virtual ~MessageParameters() { }
+        virtual ~MessageParameters();
     };
 
     /**