From 918a331de3e0a6a31b2cd621ed628d53ac9fa2da Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 3 May 2015 06:22:35 +0200 Subject: cosmetics --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 41f900e..d7f5a21 100644 --- a/config.h +++ b/config.h @@ -35,6 +35,8 @@ private: map < string, multimap< int, pair > > pluginSubViews; map < string, map< int, map > > pluginViewElements; map < string, map< int, map > > pluginViewGrids; + vector skins; + vector::iterator skinIterator; map < string, cSkinSetup* > skinSetups; map < string, cSkinSetup* >::iterator setupIt; vector < pair > skinSetupParameters; @@ -84,8 +86,6 @@ public: cString skinPath; cString logoPath; cString epgImagePath; - vector skins; - vector::iterator skinIterator; bool replaceDecPoint; char decPoint; //Setup Parameter -- cgit v1.2.3