]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/strconv.h
destroy m_impl even if an exception is thrown from the main loop
[wxWidgets.git] / include / wx / strconv.h
index 4e4afff9dca2bfef9a106ecf407d635a0c52d03e..c25a05017c303f082eea4b3b516000a4d941a41b 100644 (file)
@@ -14,7 +14,7 @@
 #define _WX_STRCONV_H_
 
 #include "wx/defs.h"
-#include "wx/wxchar.h"
+#include "wx/chartype.h"
 #include "wx/buffer.h"
 
 #ifdef __DIGITALMARS__