diff options
Diffstat (limited to 'avmedia/source/opengl/oglplayer.hxx')
-rw-r--r-- | avmedia/source/opengl/oglplayer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/opengl/oglplayer.hxx b/avmedia/source/opengl/oglplayer.hxx index e7a4ecce98b1..605233d47f92 100644 --- a/avmedia/source/opengl/oglplayer.hxx +++ b/avmedia/source/opengl/oglplayer.hxx @@ -62,7 +62,7 @@ public: virtual com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; private: - DECL_LINK( TimerHandler, Timer* ); + DECL_LINK_TYPED( TimerHandler, Timer*, void ); OUString m_sURL; |