From acd12fcc32bdad846797c0eac218bfe29b124785 Mon Sep 17 00:00:00 2001 From: Kim Wittenburg Date: Sun, 7 Sep 2014 16:47:40 +0200 Subject: [PATCH] Some Small Code Corrections --- MathPad/MPExpressionLayout.m | 1 + MathPad/MPLayout.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MathPad/MPExpressionLayout.m b/MathPad/MPExpressionLayout.m index 0ae3c52..4e83690 100644 --- a/MathPad/MPExpressionLayout.m +++ b/MathPad/MPExpressionLayout.m @@ -9,6 +9,7 @@ #import "MPExpressionLayout.h" #import "MPFunctionLayout.h" +#import "NSString+MPExpressionElement.h" #import "NSIndexPath+MPAdditions.h" #define kMPEmptyBoxWidth (self.usesSmallSize ? 2.0 : 3.0) diff --git a/MathPad/MPLayout.h b/MathPad/MPLayout.h index 26cb9b6..c053a45 100644 --- a/MathPad/MPLayout.h +++ b/MathPad/MPLayout.h @@ -1,5 +1,5 @@ // -// MPDrawable.h +// MPLayout.h // MathPad // // Created by Kim Wittenburg on 07.08.14.