summaryrefslogtreecommitdiff
path: root/vcl/source/window/menu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/menu.cxx')
-rw-r--r--vcl/source/window/menu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx
index 5571d03ad70f..3560c6c48dd6 100644
--- a/vcl/source/window/menu.cxx
+++ b/vcl/source/window/menu.cxx
@@ -1099,7 +1099,7 @@ static inline Image ImplMirrorImage( const Image& rImage )
Image aRet;
BitmapEx aBmpEx( rImage.GetBitmapEx() );
- aBmpEx.Mirror( BMP_MIRROR_HORZ );
+ aBmpEx.Mirror( BmpMirrorFlags::Horizontal );
return Image( aBmpEx );
}