summaryrefslogtreecommitdiff
path: root/source/slang/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/compiler.h')
-rw-r--r--source/slang/compiler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/slang/compiler.h b/source/slang/compiler.h
index 398c7ac62..c6a114d7d 100644
--- a/source/slang/compiler.h
+++ b/source/slang/compiler.h
@@ -416,8 +416,8 @@ namespace Slang
void generateIR();
- int executeActionsInner();
- int executeActions();
+ SlangResult executeActionsInner();
+ SlangResult executeActions();
int addTranslationUnit(SourceLanguage language, String const& name);