summaryrefslogtreecommitdiff
path: root/source/slang/preprocessor.h
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-06-20 12:14:31 -0700
committerGitHub <noreply@github.com>2017-06-20 12:14:31 -0700
commit338232bff7144c6a0e7964984765f01d9f9eecb7 (patch)
treee62d8f184bf04df0906fcc6c8a04803febe35376 /source/slang/preprocessor.h
parent40617db15d87ece6e7cc88da23f747f8f827c69a (diff)
parent327f2b7ec50a7480b458d6d3ba8e2ca7fcdb8498 (diff)
Merge pull request #36 from tfoleyNV/entry-point-indexing
Overhaul handling of entry points and translation units.
Diffstat (limited to 'source/slang/preprocessor.h')
-rw-r--r--source/slang/preprocessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/preprocessor.h b/source/slang/preprocessor.h
index f16bc3929..0c7848bb4 100644
--- a/source/slang/preprocessor.h
+++ b/source/slang/preprocessor.h
@@ -7,7 +7,7 @@
namespace Slang {
-struct CompileRequest;
+class CompileRequest;
class DiagnosticSink;
class ProgramSyntaxNode;