Commit 1979ced0e0
from Hubert Figuiere
This commit is contained in:
parent
8a3fb381a1
commit
4e6b136fe0
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
SUBDIRS = properties echo hal glib ecore
|
DIST_SUBDIRS = properties echo hal glib ecore
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = \
|
MAINTAINERCLEANFILES = \
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
|
|
@ -46,7 +46,7 @@ public:
|
||||||
|
|
||||||
T operator() (void) const
|
T operator() (void) const
|
||||||
{
|
{
|
||||||
return (T)_data->value;
|
return _data->value.operator T();
|
||||||
}
|
}
|
||||||
|
|
||||||
PropertyAdaptor &operator = (const T &t)
|
PropertyAdaptor &operator = (const T &t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue