Jenkins compile fix for Linux

This commit is contained in:
Alexander Bock
2017-07-26 17:58:12 -04:00
parent 59bccd040d
commit 0b30a9e244
@@ -32,7 +32,7 @@ namespace openspace::properties {
template <typename T>
class NumericalProperty : public TemplateProperty<T> {
public:
using Property::PropertyInfo;
using TemplateProperty<T>::PropertyInfo;
NumericalProperty(PropertyInfo info);
NumericalProperty(PropertyInfo info, T value);