Fix some compiler warnings (Cocoa)

This commit is contained in:
Yichi Zhang 2016-04-05 12:08:58 +10:00 committed by Virgil Dupras
parent c05f01853d
commit 632650b483
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ http://www.gnu.org/licenses/gpl-3.0.html
#import "HSRecentFiles.h"
#import "HSProgressWindow.h"
@interface AppDelegateBase : NSObject
@interface AppDelegateBase : NSObject <NSFileManagerDelegate>
{
NSMenu *recentResultsMenu;
NSMenu *columnsMenu;