diff --git a/src/render.cpp b/src/render.cpp index 1cdf3eb..8c51656 100644 --- a/src/render.cpp +++ b/src/render.cpp @@ -114,7 +114,7 @@ namespace anm2ed } #if _WIN32 - command = util::string::quote(command); + command = string::quote(command); #endif logger.command(command);