1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-05-12 03:29:49 +00:00

Cocoa - Fix a warning by declaring that AppDelegateBase conforms to NSFileManagerDelegate

This commit is contained in:
Yichi Zhang 2016-03-30 17:19:39 +11:00
parent c05f01853d
commit 3adda1b2b7

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;