]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/tex2rtf.cpp
remove @ingroup; use @category instead
[wxWidgets.git] / utils / tex2rtf / src / tex2rtf.cpp
index 39275757730ec8690f306044232ecb7160f534f8..f903d159023ea59e5ced0677dd2de7d5af1f61db 100644 (file)
@@ -249,7 +249,7 @@ bool MyApp::OnInit()
       i ++;
       if (i < argc)
       {
-        wxChar *s = argv[i];
+        const wxChar *s = argv[i];
         i ++;
         if (wxStrcmp(s, _T("ansi")) == 0 || wxStrcmp(s, _T("pc")) == 0 || wxStrcmp(s, _T("mac")) == 0 ||
             wxStrcmp(s, _T("pca")) == 0)