mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +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,
|
/// Returns the first entity in the range of instances contained in the model,
|
||||||
/// in arbitrary order
|
/// in arbitrary order
|
||||||
auto begin() const {
|
IfcParse::IfcFile::entity_by_id_t::iterator begin() const {
|
||||||
return byid_.begin();
|
return byid_.begin();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns the first entity in the range of instances contained in the model,
|
/// Returns the first entity in the range of instances contained in the model,
|
||||||
/// in arbitrary order
|
/// in arbitrary order
|
||||||
auto end() const {
|
IfcParse::IfcFile::entity_by_id_t::iterator end() const {
|
||||||
return byid_.end();
|
return byid_.end();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user