menu: make page_start[] int, avoids lots of casts

Origin commit data
------------------
Branch: ni/coolstream
Commit: ed039d6ba9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-06-02 (Sun, 02 Jun 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-06-02 20:31:42 +02:00
committed by vanhofen
parent 12799dd546
commit e1706580fc
2 changed files with 10 additions and 10 deletions

View File

@@ -433,7 +433,7 @@ class CMenuWidget : public CMenuTarget
neutrino_locale_t name;
CFrameBuffer *frameBuffer;
std::vector<CMenuItem*> items;
std::vector<unsigned int> page_start;
std::vector<int> page_start;
std::string iconfile;
int min_width;