mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
listbox: use CListHelpers
This commit is contained in:
committed by
svenhoefer
parent
ed7eaafbcb
commit
cfeaf6fc6d
@@ -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;
|
||||
|
Reference in New Issue
Block a user