From 2e3688af574738650c2753680ce9f417fb22e5e7 Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 14 Sep 2020 10:28:22 -0700 Subject: Dynamic dispatch bug fixes. (#1541) Co-authored-by: Yong He --- source/slang/slang-emit-cpp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/slang/slang-emit-cpp.h') diff --git a/source/slang/slang-emit-cpp.h b/source/slang/slang-emit-cpp.h index e12493b5a..3b7acd953 100644 --- a/source/slang/slang-emit-cpp.h +++ b/source/slang/slang-emit-cpp.h @@ -137,6 +137,8 @@ protected: HashSet m_intrinsicEmitted; + HashSet m_interfaceTypesEmitted; + StringSlicePool m_slicePool; SemanticUsedFlags m_semanticUsedFlags; -- cgit v1.2.3