summaryrefslogtreecommitdiffstats
path: root/source/compiler-core/slang-command-line-args.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler-core/slang-command-line-args.cpp')
-rw-r--r--source/compiler-core/slang-command-line-args.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler-core/slang-command-line-args.cpp b/source/compiler-core/slang-command-line-args.cpp
index ec03e3116..e34dfdead 100644
--- a/source/compiler-core/slang-command-line-args.cpp
+++ b/source/compiler-core/slang-command-line-args.cpp
@@ -17,7 +17,7 @@ void CommandLineArgs::setArgs(const char*const* args, size_t argCount)
StringBuilder buf;
- auto escapeHandler = ProcessUtil::getEscapeHandler();
+ auto escapeHandler = Process::getEscapeHandler();
for (size_t i = 0; i < argCount; ++i)
{