aboutsummaryrefslogtreecommitdiff
path: root/source/10-common/Type2ObjectMap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/10-common/Type2ObjectMap.hpp')
-rw-r--r--source/10-common/Type2ObjectMap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/10-common/Type2ObjectMap.hpp b/source/10-common/Type2ObjectMap.hpp
index 24c45f3..0976d2e 100644
--- a/source/10-common/Type2ObjectMap.hpp
+++ b/source/10-common/Type2ObjectMap.hpp
@@ -27,7 +27,7 @@ public:
// TODO
}
- template <class TType>
+ template <typename TType>
TValue* Find() {
return const_cast<TValue*>(const_cast<const Type2ObjectMap*>(this)->Find<TType>());
}