mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Qualify return type to keep older versions of swig happy
This commit is contained in:
@@ -236,13 +236,13 @@ private:
|
||||
|
||||
/// Returns the first entity in the range of instances contained in the model,
|
||||
/// in arbitrary order
|
||||
auto begin() const {
|
||||
IfcParse::IfcFile::entity_by_id_t::iterator begin() const {
|
||||
return byid_.begin();
|
||||
}
|
||||
|
||||
/// Returns the first entity in the range of instances contained in the model,
|
||||
/// in arbitrary order
|
||||
auto end() const {
|
||||
IfcParse::IfcFile::entity_by_id_t::iterator end() const {
|
||||
return byid_.end();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user