summaryrefslogtreecommitdiffstats
path: root/src/DabMux.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-14 13:07:17 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-14 13:07:17 +0100
commit4249e4a53950457394395555cd7dcdd6287b499b (patch)
treef24fb7336bc8897e62892da005d0815bef998f31 /src/DabMux.cpp
parent6b9857cb1b2ab6b58e6e42df4b0cce54448b10a0 (diff)
downloaddabmux-4249e4a53950457394395555cd7dcdd6287b499b.tar.gz
dabmux-4249e4a53950457394395555cd7dcdd6287b499b.tar.bz2
dabmux-4249e4a53950457394395555cd7dcdd6287b499b.zip
DabService labels can now be changed through the remote control
Diffstat (limited to 'src/DabMux.cpp')
-rw-r--r--src/DabMux.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/DabMux.cpp b/src/DabMux.cpp
index b7095c6..7bb44ba 100644
--- a/src/DabMux.cpp
+++ b/src/DabMux.cpp
@@ -275,10 +275,10 @@ int main(int argc, char *argv[])
ensemble->ecc = DEFAULT_ENSEMBLE_ECC;
vector<dabOutput*> outputs;
- vector<dabService*>::iterator service = ensemble->services.end();
- vector<dabService*>::iterator serviceProgramInd;
- vector<dabService*>::iterator serviceDataInd;
- vector<dabService*>::iterator servicePty;
+ vector<DabService*>::iterator service = ensemble->services.end();
+ vector<DabService*>::iterator serviceProgramInd;
+ vector<DabService*>::iterator serviceDataInd;
+ vector<DabService*>::iterator servicePty;
vector<dabComponent*>::iterator component = ensemble->components.end();
vector<dabComponent*>::iterator componentIndicatorProgram;
vector<dabComponent*>::iterator componentIndicatorData;