PropertyObject<std::string>: Added a default ctor.
This commit is contained in:
@@ -157,6 +157,8 @@ template <>
|
||||
class PropertyObject<std::string> : PropertyObjectBase
|
||||
{
|
||||
public:
|
||||
PropertyObject() = default;
|
||||
|
||||
explicit PropertyObject(const char* aChild) :
|
||||
PropertyObjectBase(aChild)
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user