listbox: use CListHelpers

Origin commit data
------------------
Branch: ni/coolstream
Commit: 156acb1039
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2016-01-16 18:30:32 +01:00
parent 0faf26485b
commit 3a8514bb77
2 changed files with 8 additions and 27 deletions

View File

@@ -26,12 +26,13 @@
#define __listbox__
#include "menue.h"
#include "listhelpers.h"
#include <driver/framebuffer.h>
#include <string>
class CListBox : public CMenuTarget
class CListBox : public CMenuTarget, public CListHelpers
{
protected:
CFrameBuffer* frameBuffer;