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:
parent
11a25eb791
commit
8006e9b1ad
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ MessageIter& MessageIter::operator ++()
|
||||||
MessageIter MessageIter::operator ++(int)
|
MessageIter MessageIter::operator ++(int)
|
||||||
{
|
{
|
||||||
MessageIter copy(*this);
|
MessageIter copy(*this);
|
||||||
(*this)++;
|
++(*this);
|
||||||
return copy;
|
return copy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue