mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
ifcparse: fix compiler warning -Wignored-qualifiers
This commit is contained in:
committed by
Thomas Krijnen
parent
aace987149
commit
6816ad5c0f
@@ -272,7 +272,7 @@ public:
|
|||||||
|
|
||||||
unsigned int getMaxId() const { return MaxId; }
|
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();
|
void recalculate_id_counter();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user