summaryrefslogtreecommitdiffstats
path: root/source/slang/bytecode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/bytecode.cpp')
-rw-r--r--source/slang/bytecode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/bytecode.cpp b/source/slang/bytecode.cpp
index 52086c76b..e412a5b94 100644
--- a/source/slang/bytecode.cpp
+++ b/source/slang/bytecode.cpp
@@ -61,7 +61,7 @@ struct BytecodeGenerationPtr
T& operator*()
{
- return *getPtr()
+ return *getPtr();
}
T& operator[](UInt index)