summaryrefslogtreecommitdiff
path: root/libtemplate/templateloopfunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtemplate/templateloopfunction.h')
-rw-r--r--libtemplate/templateloopfunction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtemplate/templateloopfunction.h b/libtemplate/templateloopfunction.h
index 599dfcb..1a28c65 100644
--- a/libtemplate/templateloopfunction.h
+++ b/libtemplate/templateloopfunction.h
@@ -26,6 +26,7 @@ public:
int GetLoopElementsHeight(void);
int GetContainerWidth(void) { return containerWidth; };
int GetContainerHeight(void) { return containerHeight; };
+ int CalculateHeight(map < string, vector< map< string, string > > > *loopTokens);
bool Ready(void);
void Debug(void);
};