diff --git a/BlobList.cc b/BlobList.cc index 90dd00d..41e14a1 100644 --- a/BlobList.cc +++ b/BlobList.cc @@ -32,7 +32,7 @@ namespace pEp { BlobList::Iterator BlobList::Iterator::operator++ (int) { Iterator second = *this; - (*this)++; + ++(*this); return second; }