summaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
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);