| Index: src/views/mac/SampleAppDelegate.h
|
| diff --git a/src/views/mac/SampleAppDelegate.h b/src/views/mac/SampleAppDelegate.h
|
| index 8f2bead7bd6c265eba46f6d9042f4f72c09c28e2..e22ad9d6ea67c840d79edb47a6574bd842af16b1 100644
|
| --- a/src/views/mac/SampleAppDelegate.h
|
| +++ b/src/views/mac/SampleAppDelegate.h
|
| @@ -21,4 +21,7 @@
|
| @property (assign) IBOutlet SkOptionsTableView* fOptions;
|
|
|
| - (IBAction)toiPadSize:(id)sender;
|
| +
|
| +- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender;
|
| +
|
| @end
|
|
|