aboutsummaryrefslogtreecommitdiffstats
path: root/src/DabMux.cpp
diff options
context:
space:
mode:
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;