summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-03-15 15:13:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-03-17 16:40:11 +0100
commit5d1bc45e807dded3041eadeb5483ed67c0b028f0 (patch)
tree25ab9141e90c6a59560cd93bcfec417255282858 /vcl/osx
parent0c7009e751a5c8b3c5f73ac42fad5b4954206fc1 (diff)
loplugin:typedefparam (macOS)
Change-Id: I50cacafa8bbd90fef15603f0bde3f653f78393ea Reviewed-on: https://gerrit.libreoffice.org/69305 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/osx')
-rw-r--r--vcl/osx/salframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx
index f3f3dda1ec5f..3666f500b36f 100644
--- a/vcl/osx/salframe.cxx
+++ b/vcl/osx/salframe.cxx
@@ -1422,7 +1422,7 @@ void AquaSalFrame::GetWorkArea( tools::Rectangle& rRect )
rRect.SetBottom( static_cast<long>(aRect.origin.y + aRect.size.height - 1) );
}
-SalPointerState AquaSalFrame::GetPointerState()
+SalFrame::SalPointerState AquaSalFrame::GetPointerState()
{
OSX_SALDATA_RUNINMAIN_UNION( GetPointerState(), state )