diff --git a/simgear/nasal/cppbind/NasalHash.hxx b/simgear/nasal/cppbind/NasalHash.hxx index af3b8fae..a800e5ba 100644 --- a/simgear/nasal/cppbind/NasalHash.hxx +++ b/simgear/nasal/cppbind/NasalHash.hxx @@ -200,7 +200,7 @@ namespace nasal if( !_hash || naIsNil(_key) ) return T(); - return _hash->get(_key); + return _hash->template get(_key); } private: