summaryrefslogtreecommitdiff
path: root/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'source/core')
-rw-r--r--source/core/slang-dictionary.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/core/slang-dictionary.h b/source/core/slang-dictionary.h
index 470e5f6d9..b11341051 100644
--- a/source/core/slang-dictionary.h
+++ b/source/core/slang-dictionary.h
@@ -80,6 +80,9 @@ namespace Slang
{
friend class Iterator;
friend class ItemProxy;
+ public:
+ typedef TValue ValueType;
+ typedef TKey KeyType;
private:
inline int GetProbeOffset(int /*probeId*/) const
{