diff --git a/SheepShaver/src/MacOSX/prefs_macosx.mm b/SheepShaver/src/MacOSX/prefs_macosx.mm index 7bda2b53..e8b77924 100644 --- a/SheepShaver/src/MacOSX/prefs_macosx.mm +++ b/SheepShaver/src/MacOSX/prefs_macosx.mm @@ -30,9 +30,12 @@ #include #include "VMSettingsController.h" + @interface SheepShaverMain : NSObject +{ NSArray *nibObjects; NSWindow *prefsWindow; +} @end @implementation SheepShaverMain