summaryrefslogtreecommitdiffstats
path: root/osdep/mac/application_objc.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/mac/application_objc.h')
-rw-r--r--osdep/mac/application_objc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/osdep/mac/application_objc.h b/osdep/mac/application_objc.h
index b79ce1f167..3417652949 100644
--- a/osdep/mac/application_objc.h
+++ b/osdep/mac/application_objc.h
@@ -28,8 +28,8 @@ struct mpv_handle;
- (NSImage *)getMPVIcon;
- (void)processEvent:(struct mpv_event *)event;
- (void)initCocoaCb:(struct mpv_handle *)ctx;
-+ (const struct m_sub_options *)getMacOSConf;
-+ (const struct m_sub_options *)getVoSubConf;
++ (const struct m_sub_options *)getMacConf;
++ (const struct m_sub_options *)getVoConf;
@property(nonatomic, retain) MenuBar *menuBar;
@property(nonatomic, assign) size_t openCount;