summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools.h b/tools.h
index ebeeb76..259712f 100644
--- a/tools.h
+++ b/tools.h
@@ -27,10 +27,10 @@ protected:
bool enabled;
char *string;
int *channels_num;
- char **channels_str;
+ tChannelID *channels_id;
int numchannels;
void Free();
- const char *GetChannelID(int index);
+ tChannelID *GetChannelID(int index);
int GetChannelNum(int index);
int LoadChannelsFromString(const char *string);
bool IsActive(tChannelID ChannelID);