summaryrefslogtreecommitdiff
path: root/source/compiler-core/slang-artifact-associated-impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler-core/slang-artifact-associated-impl.cpp')
-rw-r--r--source/compiler-core/slang-artifact-associated-impl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/compiler-core/slang-artifact-associated-impl.cpp b/source/compiler-core/slang-artifact-associated-impl.cpp
index 9b437b9c0..770c2601f 100644
--- a/source/compiler-core/slang-artifact-associated-impl.cpp
+++ b/source/compiler-core/slang-artifact-associated-impl.cpp
@@ -16,6 +16,7 @@ namespace Slang {
/* !!!!!!!!!!!!!!!!!!!!!!!!!!! ArtifactDiagnostics !!!!!!!!!!!!!!!!!!!!!!!!!!! */
ArtifactDiagnostics::ArtifactDiagnostics(const ThisType& rhs):
+ ComBaseObject(),
m_result(rhs.m_result),
m_diagnostics(rhs.m_diagnostics),
m_raw(rhs.m_raw.getLength() + 1)