diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-04-15 11:10:00 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-04-15 11:10:00 +0200 |
commit | 07d3536083ad8d0f08819e8be89aa5934fcaa712 (patch) | |
tree | c56bd0a1f14a0b8722f9950cf539a12b641706c1 /src/utils.h | |
parent | 8ee90d42fc999d4048d789fa719aff20df3dfba4 (diff) | |
download | dabmux-07d3536083ad8d0f08819e8be89aa5934fcaa712.tar.gz dabmux-07d3536083ad8d0f08819e8be89aa5934fcaa712.tar.bz2 dabmux-07d3536083ad8d0f08819e8be89aa5934fcaa712.zip |
Rename dabSubchannel to DabSubchannel
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index 926fa3d..485ca9b 100644 --- a/src/utils.h +++ b/src/utils.h @@ -57,7 +57,7 @@ void printServices(const std::vector<std::shared_ptr<DabService> >& services); void printComponents(std::vector<DabComponent*>& components); -void printSubchannels(std::vector<dabSubchannel*>& subchannels); +void printSubchannels(std::vector<DabSubchannel*>& subchannels); /* Print information about the whole ensemble */ void printEnsemble(const std::shared_ptr<dabEnsemble> ensemble); |