summaryrefslogtreecommitdiffstats
path: root/source/slang/bytecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/bytecode.h')
-rw-r--r--source/slang/bytecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/bytecode.h b/source/slang/bytecode.h
index f38007ba9..75b9f15cd 100644
--- a/source/slang/bytecode.h
+++ b/source/slang/bytecode.h
@@ -243,7 +243,7 @@ struct BCHeader
// entry points for each target.
};
-struct CompileRequest;
+class CompileRequest;
void generateBytecodeForCompileRequest(
CompileRequest* compileReq);