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