mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
ifcparse: fix compiler warning -Wignored-qualifiers
This commit is contained in:
committed by
Thomas Krijnen
parent
1641ad0047
commit
8bb0ffd2c7
@@ -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