aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAlertSheets.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPAlertSheets.h')
-rw-r--r--Source/SPAlertSheets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPAlertSheets.h b/Source/SPAlertSheets.h
index f61d0e38..99e64e59 100644
--- a/Source/SPAlertSheets.h
+++ b/Source/SPAlertSheets.h
@@ -61,5 +61,6 @@ void SPOnewayAlertSheet(
NSString *title,
NSString *defaultButton,
NSWindow *docWindow,
- NSString *msg
+ NSString *msg,
+ NSAlertStyle alertStyle
);