summaryrefslogtreecommitdiff
path: root/src/CommandItemSetup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandItemSetup.h')
-rw-r--r--src/CommandItemSetup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandItemSetup.h b/src/CommandItemSetup.h
index e821349..96b4baa 100644
--- a/src/CommandItemSetup.h
+++ b/src/CommandItemSetup.h
@@ -31,7 +31,7 @@ class cCommandItemSetup : public cOsdMenu
private:
char* _newName;
char* _newCommand;
- int* _newConfirm;
+ int _newConfirm;
public:
cCommandItemSetup(CommandMenuNode* node);