diff options
author | louis <louis.braun@gmx.de> | 2015-05-30 16:43:59 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-05-30 16:43:59 +0200 |
commit | 17871b8811baa9478b2b3247e340aa21bb64e06e (patch) | |
tree | c3c2139244bbb11d4f0cf3d32e02c1137e29a1c2 /libtemplate/templatefunction.h | |
parent | 0936766c7be02661f1cd678fdd1b6fb22b5d122c (diff) | |
download | vdr-plugin-skindesigner-17871b8811baa9478b2b3247e340aa21bb64e06e.tar.gz vdr-plugin-skindesigner-17871b8811baa9478b2b3247e340aa21bb64e06e.tar.bz2 |
implemented Skin Repositories
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); |