Make API more consistent

This commit is contained in:
Jean Niklas L'orange
2018-10-12 10:32:25 +02:00
committed by Thomas Krijnen
parent 9c1660a84b
commit e39835d25e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ boost::optional<IfcGeom::SurfaceStyle::ColorComponent> read_colour_component(con
return IfcGeom::SurfaceStyle::ColorComponent(rgb[0], rgb[1], rgb[2]);
}
void IfcGeom::set_default_style(const std::string& json_file) {
void IfcGeom::set_default_style_file(const std::string& json_file) {
if (!default_materials_initialized) InitDefaultMaterials();
default_materials.clear();