fixed some catch.hpp includes in the tests, fixed a deprecated event cast in appleevents.mm
This commit is contained in:
@@ -54,7 +54,7 @@ void set_up_apple_events(int, char*[]) {
|
||||
-(NSApplicationTerminateReply)applicationShouldTerminate: (NSApplication*)sender {
|
||||
(void) sender; // Suppress "unused parameter" warning
|
||||
All_Done = verify_restore_quit("save-quit");
|
||||
return All_Done;
|
||||
return All_Done ? NSTerminateNow : NSTerminateCancel;
|
||||
}
|
||||
@end
|
||||
|
||||
|
Reference in New Issue
Block a user