diff options
author | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-09-30 14:14:04 +0000 |
---|---|---|
committer | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-09-30 14:14:04 +0000 |
commit | 5c11a7ca61041493f79270e16d53f3590269241e (patch) | |
tree | 1c6b5e65482fb35ba76811da3317a1b0b7387e82 /src/CommandItemSetup.h | |
parent | 57727fe0d496c1e5bc1cf2c0ee3a462be48d4649 (diff) | |
download | vdr-plugin-menuorg-5c11a7ca61041493f79270e16d53f3590269241e.tar.gz vdr-plugin-menuorg-5c11a7ca61041493f79270e16d53f3590269241e.tar.bz2 |
fixed compile errors
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6176 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'src/CommandItemSetup.h')
-rw-r--r-- | src/CommandItemSetup.h | 2 |
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); |