PropertyObject<std::string>: Added a default ctor.

This commit is contained in:
Edward d'Auvergne
2018-12-04 12:38:14 +01:00
parent fea59adbbe
commit d550eac525
+2
View File
@@ -157,6 +157,8 @@ template <>
class PropertyObject<std::string> : PropertyObjectBase
{
public:
PropertyObject() = default;
explicit PropertyObject(const char* aChild) :
PropertyObjectBase(aChild)
{ }