diff options
-rw-r--r-- | slideshow/source/inc/listenercontainer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/inc/listenercontainer.hxx b/slideshow/source/inc/listenercontainer.hxx index 0b20464e4995..7999066bb3f5 100644 --- a/slideshow/source/inc/listenercontainer.hxx +++ b/slideshow/source/inc/listenercontainer.hxx @@ -155,7 +155,7 @@ struct ListenerOperations< std::weak_ptr<ListenerTargetT> > std::shared_ptr<ListenerTargetT> pListener( rCurr.lock() ); if( pListener.get() && - FunctionApply< typename ::std::result_of< FuncT( const typename ContainerT::value_type& ) >::type, + FunctionApply<typename ::std::result_of<FuncT (std::shared_ptr<ListenerTargetT> const&)>::type, std::shared_ptr<ListenerTargetT> >::apply(func,pListener) ) { bRet = true; |