finally closing #1362, thanks to maddanio for reporting and to dneary for reminding me

git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@11223 30a43799-04e7-0310-8b2b-ea0d24f86d0e
This commit is contained in:
pdurante 2007-05-22 18:57:47 +00:00
parent 11a25eb791
commit 8006e9b1ad

View file

@ -55,7 +55,7 @@ MessageIter& MessageIter::operator ++()
MessageIter MessageIter::operator ++(int)
{
MessageIter copy(*this);
(*this)++;
++(*this);
return copy;
}