]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docview/docview.cpp
moved Destroy() to the beginning
[wxWidgets.git] / samples / docview / docview.cpp
index 6204548013608e99c4616fec31be457552fbe874..b142b5f84338d8f0c8bbf36ccc1ae7fd31795ca1 100644 (file)
@@ -62,7 +62,7 @@ bool MyApp::OnInit(void)
   ///   single window : (one document at a time, only one frame, as in Windows Write)
   if (argc > 1)
   {
-    if (strcmp(argv[1], "-single") == 0)
+    if (wxStrcmp(argv[1], _T("-single")) == 0)
     {
       singleWindowMode = TRUE;
     }