]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/makegen/makegen.cpp
reSWIGged
[wxWidgets.git] / utils / makegen / makegen.cpp
index 7db8b972a7fae3e28ebcb0d0f999433d3ce72c06..424d3257c79cb9b528b906044ebd9c825b6eed51 100644 (file)
@@ -83,7 +83,7 @@ bool MakeGenApp::GenerateMakefile(const wxString& filename)
 
     wxString fileOutName;
     fileOutName << m_outdir << _T('/') << filename;
-    wxFFile fileOut(fileOutName, "w");
+    wxFFile fileOut(fileOutName, _T("w"));
     if ( !fileOut.IsOpened() )
     {
         wxLogError(_T("Makefile '%s' couldn't be generated."), filename.c_str());