diff options
Diffstat (limited to 'recmenus.h')
-rw-r--r-- | recmenus.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -237,6 +237,7 @@ private: int startChannel;
int stopChannel;
int channelgroupIndex;
+ int dayOfWeek;
char directory[TEXTINPUTLENGTH];
int SplitChannelGroups(std::vector<std::string> *channelGroups, std::vector<std::string> *channelgroups);
public:
|