summaryrefslogtreecommitdiff
path: root/vcl/osx/salmenu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/salmenu.cxx')
-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 f7234496ae03..41e7711ebd03 100644
--- a/vcl/osx/salmenu.cxx
+++ b/vcl/osx/salmenu.cxx
@@ -906,7 +906,7 @@ AquaSalMenuItem::AquaSalMenuItem( const SalItemParams* pItemData ) :
// Delete mnemonics
OUString aText( comphelper::string::remove(pItemData->aText, '~') );
- if (pItemData->eType == MENUITEM_SEPARATOR)
+ if (pItemData->eType == MenuItemType::SEPARATOR)
{
mpMenuItem = [NSMenuItem separatorItem];
// these can go occasionally go in and out of a menu, ensure their lifecycle