From e37e2a21db838166a45eb4bfa9960f8167823563 Mon Sep 17 00:00:00 2001 From: pdurante Date: Sun, 8 Jul 2007 17:54:10 +0000 Subject: [PATCH] * Typo in types.h (Sergey Struzh) git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@11875 30a43799-04e7-0310-8b2b-ea0d24f86d0e --- include/dbus-c++/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dbus-c++/types.h b/include/dbus-c++/types.h index 1e68a37..9f8bf0d 100644 --- a/include/dbus-c++/types.h +++ b/include/dbus-c++/types.h @@ -503,7 +503,7 @@ inline DBus::MessageIter& operator >> ( DBus::MessageIter& iter, DBus::Struct> val._1 >> val._2 >> val._3 >> val._4 >> val._5 >> val._6 >> val._7 >> val._8; - return iter; + return ++iter; } DBus::MessageIter& operator >> ( DBus::MessageIter& iter, DBus::Variant& val );