diff options
| author | louis <louis.braun@gmx.de> | 2015-06-13 10:46:11 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-06-13 10:46:11 +0200 |
| commit | 7f2a4ca46c2f75abbaa3862d5070b5863b8b7b79 (patch) | |
| tree | 9bc965ea72aba3860deed00574f2b749bd0051ce /libcore/imagecache.h | |
| parent | 64b131e6b07c74f06655b2b00bba7496b847fd73 (diff) | |
| download | vdr-plugin-skindesigner-7f2a4ca46c2f75abbaa3862d5070b5863b8b7b79.tar.gz vdr-plugin-skindesigner-7f2a4ca46c2f75abbaa3862d5070b5863b8b7b79.tar.bz2 | |
added SVGTemplates
Diffstat (limited to 'libcore/imagecache.h')
| -rw-r--r-- | libcore/imagecache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcore/imagecache.h b/libcore/imagecache.h index e8a0365..e11f295 100644 --- a/libcore/imagecache.h +++ b/libcore/imagecache.h @@ -47,6 +47,7 @@ private: string skinPartsPathSkin; string iconPathTheme; string skinPartsPathTheme; + string svgTemplatePath; map<string, cImage*> iconCache; map<string, cImage*> channelLogoCache; map<string, cImage*> skinPartsCache; |
