]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/strconv.cpp
The statusbar should start with one field, not zero
[wxWidgets.git] / src / common / strconv.cpp
index b15169ac547b7aa32b4aa37ce31c0a318211b524..75c6201df81fd308e22c2253dbffc0495e98d4a1 100644 (file)
@@ -58,7 +58,8 @@
     WXDLLEXPORT_DATA(wxMBConv) wxConvLibc,
                                wxConvFile,
                                wxConvISO8859_1,
-                               wxConvLocal;
+                               wxConvLocal,
+                               wxConvUTF8;
 #endif // wxUSE_WCHAR_T
 
 WXDLLEXPORT_DATA(wxMBConv *) wxConvCurrent = &wxConvLibc;