diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index 5e6707346f9..3f1a2067fdb 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -1208,7 +1208,7 @@ public: private: template - using StorageKey = typename registry::key; + using StorageKey = typename registry::template key; template Storage *get_storage (O *owner, const StorageKey &key) const