diff options
Diffstat (limited to 'vcl/inc/displayconnectiondispatch.hxx')
-rw-r--r-- | vcl/inc/displayconnectiondispatch.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/displayconnectiondispatch.hxx b/vcl/inc/displayconnectiondispatch.hxx index 3cc605f5f752..73beb2ab4829 100644 --- a/vcl/inc/displayconnectiondispatch.hxx +++ b/vcl/inc/displayconnectiondispatch.hxx @@ -46,7 +46,7 @@ public: void start(); void terminate(); - bool dispatchEvent( void* pData, int nBytes ); + bool dispatchEvent( void const * pData, int nBytes ); // XDisplayConnection virtual void SAL_CALL addEventHandler( const css::uno::Any& window, const css::uno::Reference< css::awt::XEventHandler >& handler, sal_Int32 eventMask ) override; |