diff options
Diffstat (limited to 'libtemplate/templatefunction.h')
-rw-r--r-- | libtemplate/templatefunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtemplate/templatefunction.h b/libtemplate/templatefunction.h index 43cb106..a000110 100644 --- a/libtemplate/templatefunction.h +++ b/libtemplate/templatefunction.h @@ -246,7 +246,7 @@ public: string GetParamName(eParamType pt); //Dynamic width or height parameter int GetWidth(bool cutted = true); - int GetHeight(void); + int GetHeight(map < string, vector< map< string, string > > > *loopTokens = NULL); int GetContainerWidth(void) { return containerWidth; }; int GetContainerHeight(void) { return containerHeight; }; void GetNeededWidths(multimap<eParamType,string> *widths); |