mirror of https://github.com/KLayout/klayout.git
Merge pull request #794 from KLayout/issue-793
Fixed #793 - problem was a wrong declaration of the iterator's return…
This commit is contained in:
commit
cd5eb708e1
|
|
@ -1282,7 +1282,7 @@ public:
|
|||
typedef ImageRef value_type;
|
||||
typedef std::map<img::Service::obj_iterator, unsigned int>::const_iterator iterator_type;
|
||||
typedef void pointer;
|
||||
typedef const value_type &reference;
|
||||
typedef value_type reference;
|
||||
typedef std::forward_iterator_tag iterator_category;
|
||||
typedef void difference_type;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue