summaryrefslogtreecommitdiff
path: root/source/slang/type-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/type-defs.h')
-rw-r--r--source/slang/type-defs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/slang/type-defs.h b/source/slang/type-defs.h
index 2010d07b4..60f519c82 100644
--- a/source/slang/type-defs.h
+++ b/source/slang/type-defs.h
@@ -449,7 +449,6 @@ SYNTAX_CLASS(FuncType, Type)
FIELD(List<RefPtr<Type>>, paramTypes)
FIELD(RefPtr<Type>, resultType)
-
RAW(
FuncType()
{}
@@ -490,4 +489,4 @@ protected:
virtual int GetHashCode() override;
virtual Type* CreateCanonicalType() override;
)
-END_SYNTAX_CLASS()
+END_SYNTAX_CLASS() \ No newline at end of file