]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mimetype.h
Catching dclick event from a spinbutton or spin control
[wxWidgets.git] / include / wx / mimetype.h
index 87c55befac2142e4daaca6fdc51480d4b07bbd6d..241bdb34f9bc289b26caf123ed1fa41779c82fd8 100644 (file)
@@ -81,10 +81,10 @@ class WXDLLEXPORT wxFileTypeInfo
 public:
     // ctors
         // a normal item
-    wxFileTypeInfo(const char *mimeType,
-                   const char *openCmd,
-                   const char *printCmd,
-                   const char *desc,
+    wxFileTypeInfo(const wxChar *mimeType,
+                   const wxChar *openCmd,
+                   const wxChar *printCmd,
+                   const wxChar *desc,
                    // the other parameters form a NULL terminated list of
                    // extensions
                    ...);