summaryrefslogtreecommitdiff
path: root/source/core/slang-castable-list-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-castable-list-impl.h')
-rw-r--r--source/core/slang-castable-list-impl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/core/slang-castable-list-impl.h b/source/core/slang-castable-list-impl.h
index b578e8de4..2ce124ce7 100644
--- a/source/core/slang-castable-list-impl.h
+++ b/source/core/slang-castable-list-impl.h
@@ -79,6 +79,12 @@ protected:
List<ICastable*> m_list;
};
+struct CastableUtil
+{
+ /// Given an unk return as an unk
+ static ComPtr<ICastable> getCastable(ISlangUnknown* unk);
+};
+
} // namespace Slang
#endif