summaryrefslogtreecommitdiffstats
path: root/src/MuxElements.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r--src/MuxElements.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h
index a061bc6..3653ea4 100644
--- a/src/MuxElements.h
+++ b/src/MuxElements.h
@@ -167,8 +167,7 @@ enum dab_subchannel_type_t {
};
struct dabSubchannel {
- const char* inputProto;
- const char* inputName;
+ std::string inputUri;
DabInputBase* input;
unsigned char id;
dab_subchannel_type_t type;