internal name mechanism added at property creation

This commit is contained in:
Nicolas Gallego-Ortiz
2019-08-14 11:25:36 +02:00
parent 1f0f036e77
commit 3e83f7311b
4 changed files with 35 additions and 3 deletions

View File

@@ -232,8 +232,8 @@ public:
public:
explicit PropertyT(const std::string& _name = "<unknown>")
: BaseProperty(_name)
explicit PropertyT(const std::string& _name = "<unknown>", const std::string& _internal_type_name="" )
: BaseProperty(_name, _internal_type_name)
{ }
public: // inherited from BaseProperty