diff options
author | louis <louis.braun@gmx.de> | 2015-05-03 06:22:35 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-05-03 06:22:35 +0200 |
commit | 918a331de3e0a6a31b2cd621ed628d53ac9fa2da (patch) | |
tree | 93ecf04f06daab134b476ab69fd924714816dcec | |
parent | 5cacee08d1379093ac3c2ac26cac7b29ccb5d306 (diff) | |
download | vdr-plugin-skindesigner-918a331de3e0a6a31b2cd621ed628d53ac9fa2da.tar.gz vdr-plugin-skindesigner-918a331de3e0a6a31b2cd621ed628d53ac9fa2da.tar.bz2 |
cosmetics
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,6 +35,8 @@ private: map < string, multimap< int, pair <int, string> > > pluginSubViews; map < string, map< int, map <int, string> > > pluginViewElements; map < string, map< int, map <int, string> > > pluginViewGrids; + vector<string> skins; + vector<string>::iterator skinIterator; map < string, cSkinSetup* > skinSetups; map < string, cSkinSetup* >::iterator setupIt; vector < pair <string, int> > skinSetupParameters; @@ -84,8 +86,6 @@ public: cString skinPath; cString logoPath; cString epgImagePath; - vector<string> skins; - vector<string>::iterator skinIterator; bool replaceDecPoint; char decPoint; //Setup Parameter |