]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/strconv.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / strconv.h
index 22e9de28508c7253641fc525945db9e088cb7864..174133388e839ded8d50d8349873a27b1ec01544 100644 (file)
@@ -469,7 +469,7 @@ public:
     could use it like this:
 
     @code
-    wxChar *name = wxT("rawfile.doc");
+    wxChar *name = "rawfile.doc";
     FILE *fil = fopen(wxFNCONV(name), "r");
     @endcode