mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-06 19:39:56 -05:00
Jenkins compile fix for Linux
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user