@@ -142,7 +142,7 @@ protected:
virtual IterPtr getNext() {
CollectionMap::iterator it = iter_;
- it++;
+ ++it;
return (RRsetCollectionBase::IterPtr(new DnsIter(it)));
}
@@ -201,7 +201,7 @@ protected:
MyCollection::iterator it = iter_;
return (RRsetCollectionBase::IterPtr(new MyIter(it)));