summaryrefslogtreecommitdiffstats
path: root/source/slang/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/options.cpp')
-rw-r--r--source/slang/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/options.cpp b/source/slang/options.cpp
index b3f0629c6..81b893d66 100644
--- a/source/slang/options.cpp
+++ b/source/slang/options.cpp
@@ -520,7 +520,7 @@ struct OptionsParser
// Now place all those entry points where they belong
for( auto& entryPoint : rawEntryPoints )
{
- spAddTranslationUnitEntryPoint(
+ spAddEntryPoint(
compileRequest,
entryPoint.translationUnitIndex,
entryPoint.name.begin(),