diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-28 20:43:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-29 10:21:15 +0000 |
commit | 1b4994065ec50b2ef7a38f26b95b8543b4ff640d (patch) | |
tree | ab0bba9f9b8c1657e8d2f462e656a7cf4be68b9d /vcl/win/source | |
parent | 97a2ca5d689612a44a93cc7932eb2e7e46be4a68 (diff) |
retain type for another level
Change-Id: I4017e5404c99d37b36988f1d7a8ce17e42010070
Reviewed-on: https://gerrit.libreoffice.org/18913
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/win/source')
-rw-r--r-- | vcl/win/source/window/salframe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx index 5cb863f43b17..3a61bc2e1338 100644 --- a/vcl/win/source/window/salframe.cxx +++ b/vcl/win/source/window/salframe.cxx @@ -1059,7 +1059,7 @@ void WinSalFrame::ReleaseGraphics( SalGraphics* pGraphics ) mbGraphics = FALSE; } -bool WinSalFrame::PostEvent( void* pData ) +bool WinSalFrame::PostEvent(ImplSVEvent* pData) { return (bool)PostMessageW( mhWnd, SAL_MSG_USEREVENT, 0, (LPARAM)pData ); } |