diff --git a/apps/sbc/SBCCallProfile.h b/apps/sbc/SBCCallProfile.h index 8927e377..82319f96 100644 --- a/apps/sbc/SBCCallProfile.h +++ b/apps/sbc/SBCCallProfile.h @@ -52,7 +52,7 @@ struct CCInterface { string cc_module; map cc_values; - CCInterface(string cc_name) + CCInterface(const string& cc_name) : cc_name(cc_name) { } CCInterface() { } };