This commit is contained in:
Thomas Krijnen
2020-03-18 10:12:54 +01:00
parent 358323492e
commit d02182793b
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public:
: OpenCascadeBasedSerializer(out_filename, settings)
{}
virtual ~IgesSerializer() {}
void writeShape(const TopoDS_Shape& shape) {
void writeShape(const std::string&, const TopoDS_Shape& shape) {
writer.AddShape(shape);
}
void finalize() {