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 94712cd..995e8b6 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -75,7 +75,7 @@ void printComponents(std::vector<DabComponent*>& components);
void printSubchannels(std::vector<DabSubchannel*>& subchannels);
/* Print information about the whole ensemble */
-void printEnsemble(const std::shared_ptr<dabEnsemble> ensemble);
+void printEnsemble(const std::shared_ptr<dabEnsemble>& ensemble);
/* Print detailed component information */
void printComponent(DabComponent* component);