summaryrefslogtreecommitdiff
path: root/setup-itypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup-itypes.h')
-rw-r--r--setup-itypes.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup-itypes.h b/setup-itypes.h
index ff646e4..e0c9f1d 100644
--- a/setup-itypes.h
+++ b/setup-itypes.h
@@ -8,13 +8,14 @@ class cMenuSetupDSITypes : public cOsdMenu
{
private:
cSetupLine *SetupLine;
+ cImageList &ImageList;
bool Select;
int *RetIndex;
char *Buffer;
void Set(void);
public:
- cMenuSetupDSITypes(bool select = false, int* retindex = NULL, char *buffer = NULL);
+ cMenuSetupDSITypes(cImageList &ImageList, bool select = false, int* retindex = NULL, char *buffer = NULL);
void SetHelp(void);
protected:
virtual eOSState ProcessKey(eKeys Key);
@@ -30,10 +31,11 @@ class cMenuSetupDSITypesItem : public cOsdMenu
const char *FileTypes[2];
char Extension[20];
int HideExtension;
+ cImageList &ImageList;
void Set(void);
public:
- cMenuSetupDSITypesItem(int itemindex);
+ cMenuSetupDSITypesItem(cImageList &ImageList, int itemindex);
virtual eOSState ProcessKey(eKeys Key);
};