aboutsummaryrefslogtreecommitdiffstats
path: root/Source/MGTemplateEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/MGTemplateEngine.h')
-rw-r--r--Source/MGTemplateEngine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/MGTemplateEngine.h b/Source/MGTemplateEngine.h
index f0eb9a43..629b235c 100644
--- a/Source/MGTemplateEngine.h
+++ b/Source/MGTemplateEngine.h
@@ -55,8 +55,8 @@
@private
NSMutableArray *_openBlocksStack;
NSMutableDictionary *_globals;
- int _outputDisabledCount;
- int _templateLength;
+ NSInteger _outputDisabledCount;
+ NSInteger _templateLength;
NSMutableDictionary *_filters;
NSMutableDictionary *_markers;
NSMutableDictionary *_templateVariables;