Browse Source

software is defined as computer programs containing bugs

LPA-1
Volker Birk 8 years ago
parent
commit
80fe758b0e
  1. 2
      BlobList.cc

2
BlobList.cc

@ -32,7 +32,7 @@ namespace pEp {
BlobList::Iterator BlobList::Iterator::operator++ (int)
{
Iterator second = *this;
(*this)++;
++(*this);
return second;
}

Loading…
Cancel
Save