From 4f688a537ef3a27611d04501a1cc68dce4a1a797 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Sat, 6 Dec 2014 12:51:11 +0100 Subject: [PATCH] Add typedef for TemplateProperty --- include/openspace/properties/templateproperty.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/openspace/properties/templateproperty.h b/include/openspace/properties/templateproperty.h index fff248913b..926bcefa35 100644 --- a/include/openspace/properties/templateproperty.h +++ b/include/openspace/properties/templateproperty.h @@ -52,6 +52,8 @@ namespace properties { template class TemplateProperty : public Property { public: + typedef T ValueType; + /** * The constructor initializing the TemplateProperty with the provided * identifier and human-readable guiName. The default value