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 aace987149
commit 6816ad5c0f
+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();