summaryrefslogtreecommitdiffstats
path: root/platform/macos/native_menu_macos.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-03-26 13:45:46 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-03-26 13:45:46 +0100
commitbad1f4aae5e76e21a3da35d1ec1b89f30188c473 (patch)
treead75824e5a91c261495ec0dd56d6b29fed202f94 /platform/macos/native_menu_macos.h
parentaed1775cf2c8b5ce46540acd3e0e07d9f0e3369d (diff)
parent399899a095de01506d6c5dcd7da6cf0babddfb7e (diff)
downloadredot-engine-bad1f4aae5e76e21a3da35d1ec1b89f30188c473.tar.gz
Merge pull request #89900 from bruvzg/nmenu_move
[NativeMenu] Move files to the `display` subfolder.
Diffstat (limited to 'platform/macos/native_menu_macos.h')
-rw-r--r--platform/macos/native_menu_macos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/native_menu_macos.h b/platform/macos/native_menu_macos.h
index c00a510fd5..1d9feb64a7 100644
--- a/platform/macos/native_menu_macos.h
+++ b/platform/macos/native_menu_macos.h
@@ -33,7 +33,7 @@
#include "core/templates/hash_map.h"
#include "core/templates/rid_owner.h"
-#include "servers/native_menu.h"
+#include "servers/display/native_menu.h"
#import <AppKit/AppKit.h>
#import <ApplicationServices/ApplicationServices.h>