1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-03 11:51:39 +00:00

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

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;