From 8a2890b4de6f51a041f339e9266c9ebee3f91990 Mon Sep 17 00:00:00 2001 From: michael starke Date: Tue, 14 Nov 2017 21:04:56 +0100 Subject: [PATCH] removed 10.13 typedef --- MacPass/MPAutotypeCandidateSelectionViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/MPAutotypeCandidateSelectionViewController.m b/MacPass/MPAutotypeCandidateSelectionViewController.m index f85cb416..3987e61b 100644 --- a/MacPass/MPAutotypeCandidateSelectionViewController.m +++ b/MacPass/MPAutotypeCandidateSelectionViewController.m @@ -22,7 +22,7 @@ @implementation MPAutotypeCandidateSelectionViewController -- (NSNibName)nibName { +- (NSString *)nibName { return @"AutotypeCandidateSelectionView"; }