Skip to content

Commit 9bd3bfb

Browse files
fixup! Redefining Primitive kind property as template class
1 parent 30338c0 commit 9bd3bfb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/property/types/PropertyPrimitive.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma once
2+
13
#include "../Property.h"
24

35
template<typename T>
@@ -187,7 +189,7 @@ class PropertyPrimitive: public Property {
187189
return PropertyPrimitive(v) >>= iw;
188190
}
189191

190-
private:
192+
protected:
191193
T _value,
192194
_cloud_value;
193195
};

0 commit comments

Comments
 (0)