]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
Fix insertion of radio menu items in wxOSX wxMenu.
[wxWidgets.git] / src / common / filefn.cpp
index 061ea5f7c3dbf73125c678dd26c57809fe9567d7..f723d120db9aa142e0ea4ef20d17eb9e3d5c0396 100644 (file)
@@ -1390,7 +1390,7 @@ wxChar *wxDoGetCwd(wxChar *buf, int sz)
         buf = new wxChar[sz + 1];
     }
 
-    bool ok wxDUMMY_INITIALIZE(false);
+    bool ok = false;
 
     // for the compilers which have Unicode version of _getcwd(), call it
     // directly, for the others call the ANSI version and do the translation