diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-29 11:33:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-29 11:33:49 +0100 |
commit | ccdf49ab240ca263f43b75bfd856d1a28ee6f61d (patch) | |
tree | 8216da66f333736a597b6529c2b7bd06a1865a06 /vcl | |
parent | bf89e877e28f5247f97226bdf93526e6a14f181f (diff) |
missing a PostEvent apparently
Change-Id: I54c39d23007d079fc9fdedf68c81c7eba64baea0
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/win/salframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/win/salframe.h b/vcl/inc/win/salframe.h index 1fc3be065fee..19819bd51f0c 100644 --- a/vcl/inc/win/salframe.h +++ b/vcl/inc/win/salframe.h @@ -89,7 +89,7 @@ public: virtual SalGraphics* AcquireGraphics() SAL_OVERRIDE; virtual void ReleaseGraphics( SalGraphics* pGraphics ) SAL_OVERRIDE; - virtual bool PostEvent( void* pData ) SAL_OVERRIDE; + virtual bool PostEvent(ImplSVEvent* pData) SAL_OVERRIDE; virtual void SetTitle( const OUString& rTitle ) SAL_OVERRIDE; virtual void SetIcon( sal_uInt16 nIcon ) SAL_OVERRIDE; virtual void SetMenu( SalMenu* pSalMenu ) SAL_OVERRIDE; |