]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/propertyObject.hxx
hla: Use raw pointers for HLAFederate::_insert methods.
[simgear.git] / simgear / props / propertyObject.hxx
index a6d357f89d817ea40f07027a23f5d884b5503213..33c30a4580c4809ead8206e916e2f4e9d89dac3a 100644 (file)
@@ -108,7 +108,7 @@ public:
 // conversion operators
   operator T () const
   {
-    return getOrThrow()->getValue<T>();
+    return getOrThrow()->template getValue<T>();
   }
 
   T operator=(const T& aValue)