From 4e6b136fe07ec539c439416ab58375e1a3edb195 Mon Sep 17 00:00:00 2001 From: Andreas Volz Date: Wed, 4 Aug 2010 00:01:23 +0200 Subject: [PATCH] Commit 1979ced0e0741caae3299c7f94733ba4d62a1e65 from Hubert Figuiere --- examples/Makefile.am | 2 +- include/dbus-c++/property.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index a940bc8..40fa245 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = properties echo hal glib ecore +DIST_SUBDIRS = properties echo hal glib ecore MAINTAINERCLEANFILES = \ Makefile.in diff --git a/include/dbus-c++/property.h b/include/dbus-c++/property.h index 2e909cb..847ae89 100644 --- a/include/dbus-c++/property.h +++ b/include/dbus-c++/property.h @@ -46,7 +46,7 @@ public: T operator() (void) const { - return (T)_data->value; + return _data->value.operator T(); } PropertyAdaptor &operator = (const T &t)