From 80a469a9ee74d818d1d56cd10c83ac803a58e6c8 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Wed, 22 Aug 2018 12:18:08 +0200 Subject: [PATCH] fixed wrong header include --- MacPass/MPToolbarDelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/MPToolbarDelegate.h b/MacPass/MPToolbarDelegate.h index cedb83b0..9891add8 100644 --- a/MacPass/MPToolbarDelegate.h +++ b/MacPass/MPToolbarDelegate.h @@ -20,7 +20,7 @@ // along with this program. If not, see . // -#import +#import @class MPDocument;