From d6923be4bd2e198b4cba161e8040072128bd392c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 14 Feb 2014 15:46:54 +0100 Subject: make DabComponent a class and make its label RC controllable --- src/utils.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/utils.cpp') diff --git a/src/utils.cpp b/src/utils.cpp index 157c3a7..deefa81 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -322,9 +322,9 @@ void printServices(vector& services) } } -void printComponents(vector& components) +void printComponents(vector& components) { - vector::const_iterator current; + vector::const_iterator current; unsigned int index = 0; for (current = components.begin(); current != components.end(); ++current) { @@ -334,7 +334,7 @@ void printComponents(vector& components) } } -void printComponent(dabComponent* component) +void printComponent(DabComponent* component) { char label[17]; memcpy(label, component->label.text(), 16); -- cgit v1.2.3