diff --git a/MacPass/MPAppDelegate.m b/MacPass/MPAppDelegate.m index f8608507..a2878fad 100644 --- a/MacPass/MPAppDelegate.m +++ b/MacPass/MPAppDelegate.m @@ -46,7 +46,7 @@ NSString *const MPDidChangeStoredKeyFilesSettings = @"com.hicknhack.macpass.MPDi NSString *const MPHelpURLKey = @"MPHelpURL"; @interface MPAppDelegate () { @private - MPDockTileHelper *dockTileHelper; + MPDockTileHelper *_dockTileHelper; BOOL _shouldOpenFile; // YES if app was started to open a }