diff --git a/src/examples/IfcAdvancedHouse.cpp b/src/examples/IfcAdvancedHouse.cpp index 835db05423..cb1f64975f 100644 --- a/src/examples/IfcAdvancedHouse.cpp +++ b/src/examples/IfcAdvancedHouse.cpp @@ -68,7 +68,7 @@ int main() { // Lateron changing the name of the IfcProject can be done by obtaining a reference to the // project, which has been created automatically. - file.getSingle()->setName("IfcOpenHouse"s); + file.getSingle()->setName("IfcAdvancedHouse"s); // To demonstrate the ability to serialize arbitrary opencascade solids a building envelope is // constructed by applying boolean operations. Naturally, in IFC, building elements should be