ifcparse: fix compiler warning -Wignored-qualifiers

This commit is contained in:
Dirk Olbrich
2023-09-03 13:59:36 +02:00
committed by Thomas Krijnen
parent 1641ad0047
commit 8bb0ffd2c7
+1 -1
View File
@@ -272,7 +272,7 @@ public:
unsigned int getMaxId() const { return MaxId; }
const IfcParse::declaration* const ifcroot_type() const { return ifcroot_type_; }
const IfcParse::declaration* ifcroot_type() const { return ifcroot_type_; }
void recalculate_id_counter();