Change a reference to a copy on the advice of @cbeck88
This commit is contained in:
parent
62f3502cf3
commit
e34775c665
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ addon_op_result do_resolve_addon_dependencies(CVideo& v, addons_client& client,
|
|||
//
|
||||
|
||||
const std::string sep(1, COLUMN_SEPARATOR);
|
||||
const std::string& header = formatter() << HEADING_PREFIX << sep <<
|
||||
const std::string header = formatter() << HEADING_PREFIX << sep <<
|
||||
_("Name") << sep << _("Version") << sep << _("Author") << sep <<
|
||||
_("Size") << sep << _("Type");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue