aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/python-internal.h')
-rw-r--r--gdb/python/python-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h
index 5e67073..3f1a206 100644
--- a/gdb/python/python-internal.h
+++ b/gdb/python/python-internal.h
@@ -1208,7 +1208,7 @@ public:
private:
template<typename O>
- using StorageKey = typename registry<O>::key<Storage>;
+ using StorageKey = typename registry<O>::template key<Storage>;
template<typename O>
Storage *get_storage (O *owner, const StorageKey<O> &key) const