summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-13 09:51:35 +0200
committerNoel Grandin <noel@peralex.com>2015-05-13 09:52:20 +0200
commit6ef580e7922adf85b3bd60af679c1fd51cfc8490 (patch)
tree2277999565e3e02823dfa853bf8b1254839248a0 /vcl/osx
parentcf301dcd0c353b7460914d0d7e31f3f8a1db2a34 (diff)
fix OSX build
after my commit facc91ab4a3f25b3290408c7083ed4c09dd8d759 "convert FLOATWIN_POPUPMODE constants to scoped enum" Change-Id: I5c2264eb2bab9ace89a72adecc840bc5d9d80b9d
Diffstat (limited to 'vcl/osx')
-rw-r--r--vcl/osx/salmenu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salmenu.cxx b/vcl/osx/salmenu.cxx
index 4d7fb8f5c9c4..63fb8efb5c51 100644
--- a/vcl/osx/salmenu.cxx
+++ b/vcl/osx/salmenu.cxx
@@ -348,7 +348,7 @@ sal_Int32 removeUnusedItemsRunner(NSMenu * pMenu)
return drawnItems;
}
-bool AquaSalMenu::ShowNativePopupMenu(FloatingWindow * pWin, const Rectangle& rRect, sal_uLong nFlags)
+bool AquaSalMenu::ShowNativePopupMenu(FloatingWindow * pWin, const Rectangle& rRect, FloatWinPopupFlags nFlags)
{
// do not use native popup menu when AQUA_NATIVE_MENUS is set to false
if( ! VisibleMenuBar() ) {