lowercase filename, pragma once and property specializations corrected

This commit is contained in:
Nicolas Gallego-Ortiz
2019-08-15 10:47:37 +02:00
parent 6bb9f668b8
commit b85b66d679
3 changed files with 4 additions and 7 deletions

View File

@@ -396,8 +396,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