diff options
author | lordjaxom <lordjaxom> | 2004-12-21 22:19:58 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-21 22:19:58 +0000 |
commit | 2369ba357f0157b5ba5c1456b2b48c28dca1b33a (patch) | |
tree | b903d40cf1c5a48b0565ba3c31311bff777436be /display.h | |
parent | af63294d005e220502242bf263ea7eba658a5570 (diff) | |
download | vdr-plugin-text2skin-2369ba357f0157b5ba5c1456b2b48c28dca1b33a.tar.gz vdr-plugin-text2skin-2369ba357f0157b5ba5c1456b2b48c28dca1b33a.tar.bz2 |
- formatting issues
Diffstat (limited to 'display.h')
-rw-r--r-- | display.h | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,5 +1,5 @@ /* - * $Id: display.h,v 1.2 2004/12/21 22:15:45 lordjaxom Exp $ + * $Id: display.h,v 1.3 2004/12/21 22:19:58 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_SKIN_H @@ -139,9 +139,9 @@ private: // list view struct tListItem { - std::string text; - std::string tabs[MaxTabs]; - bool sel; + std::string text; + std::string tabs[MaxTabs]; + bool sel; tListItem(const std::string &Text, bool Sel): text(Text), sel(Sel) {} @@ -149,8 +149,8 @@ private: }; typedef std::vector<tListItem> tListItems; - tListItems mItems; - uint mCurrentItem; + tListItems mItems; + uint mCurrentItem; protected: virtual cxType GetTokenData(const txToken &Token); |