--- hatari/src/gui-osx/Shared.h 2019/04/09 08:49:22 1.1.1.4 +++ hatari/src/gui-osx/Shared.h 2019/04/09 08:52:54 1.1.1.6 @@ -1,13 +1,14 @@ /* - Hatari - CreateFloppyController.m + Hatari - Shared.h - This file is distributed under the GNU Public License, version 2 or at - your option any later version. Read the file gpl.txt for details. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. */ #import // Wrapper to run an NSWindow modally +@protocol NSWindowDelegate; @interface ModalWrapper : NSWindowController { IBOutlet NSWindow *modalWindow;