Fix warning.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
static SInt16 ShowAlert( int type, CFStringRef message, CFStringRef OK, CFStringRef cancel = NULL )
|
static SInt16 ShowAlert( int type, CFStringRef message, CFStringRef OK, CFStringRef cancel = NULL )
|
||||||
{
|
{
|
||||||
struct AlertStdCFStringAlertParamRec params = {kStdCFStringAlertVersionOne, true, false, OK, cancel, NULL,
|
struct AlertStdCFStringAlertParamRec params = {kStdCFStringAlertVersionOne, true, false, OK, cancel, NULL,
|
||||||
kAlertStdAlertOKButton, kAlertStdAlertCancelButton, kWindowAlertPositionParentWindowScreen, NULL};
|
kAlertStdAlertOKButton, kAlertStdAlertCancelButton, kWindowAlertPositionParentWindowScreen, 0};
|
||||||
DialogRef dialog;
|
DialogRef dialog;
|
||||||
SInt16 result;
|
SInt16 result;
|
||||||
OSErr err;
|
OSErr err;
|
||||||
|
|||||||
Reference in New Issue
Block a user