]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
added missing @ref after last change
[wxWidgets.git] / src / common / filefn.cpp
index ca0d92a8632fe3c6a28548749b68eff1b8bf1eac..f74282c55f5b20cd1bb4e2245483c665a9101dfc 100644 (file)
@@ -131,7 +131,7 @@ const int wxInvalidOffset = -1;
 // regardless of the mode parameter. This hack works around the problem by
 // setting the mode with _wchmod.
 //
-int wxCRT_Open(const wchar_t *pathname, int flags, mode_t mode)
+int wxCRT_OpenW(const wchar_t *pathname, int flags, mode_t mode)
 {
     int moreflags = 0;