mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +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; }
|
||||
|
||||
const IfcParse::declaration* const ifcroot_type() const { return ifcroot_type_; }
|
||||
const IfcParse::declaration* ifcroot_type() const { return ifcroot_type_; }
|
||||
|
||||
void recalculate_id_counter();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user