Fix compilation on msvc

This commit is contained in:
Thomas Krijnen
2017-12-20 16:38:55 +01:00
parent 6e525662c3
commit 8b4650b169
31 changed files with 303 additions and 224 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ void IfcUtil::unescape_xml(std::string &str)
boost::replace_all(str, ">", ">");
}
Argument* IfcUtil::IfcBaseEntity::getArgumentByName(const std::string& name) const {
Argument* IfcUtil::IfcBaseEntity::get(const std::string& name) const {
return data().getArgument(declaration().attribute_index(name));
}