aboutsummaryrefslogtreecommitdiffstats
path: root/Source/ICUTemplateMatcher.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ICUTemplateMatcher.m')
-rw-r--r--Source/ICUTemplateMatcher.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ICUTemplateMatcher.m b/Source/ICUTemplateMatcher.m
index 8fcdb73c..84b8259a 100644
--- a/Source/ICUTemplateMatcher.m
+++ b/Source/ICUTemplateMatcher.m
@@ -20,7 +20,7 @@
- (id)initWithTemplateEngine:(MGTemplateEngine *)theEngine
{
- if (self = [super init]) {
+ if ((self = [super init])) {
self.engine = theEngine; // weak ref
}