]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/coredialogs.h
Qt4: module help may be NULL - fix #4144
[vlc] / modules / gui / macosx / coredialogs.h
index fe3a126938b6d39fde970cb260107d413720ae77..66b2f8ba8404082c039d21c84b822657f6432a6f 100644 (file)
@@ -81,6 +81,7 @@
 -(void)performDialogEvent: (NSNotification *)o_notification;
 
 -(void)showFatalDialog: (NSValue *)o_value;
+-(void)showFatalWaitDialog: (NSValue *)o_value;
 -(void)showQuestionDialog: (NSValue *)o_value;
 
 -(void)showLoginDialog: (NSValue *)o_value;
@@ -94,4 +95,4 @@
 
 -(id)errorPanel;
 
-@end
\ No newline at end of file
+@end