Commit 1979ced0e0 from Hubert Figuiere

This commit is contained in:
Andreas Volz 2010-08-04 00:01:23 +02:00
parent 8a3fb381a1
commit 4e6b136fe0
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
SUBDIRS = properties echo hal glib ecore
DIST_SUBDIRS = properties echo hal glib ecore
MAINTAINERCLEANFILES = \
Makefile.in

View file

@ -46,7 +46,7 @@ public:
T operator() (void) const
{
return (T)_data->value;
return _data->value.operator T();
}
PropertyAdaptor &operator = (const T &t)