const auto -> const auto&
This commit is contained in:
parent
cebef3cadf
commit
64a72be069
@ -443,7 +443,7 @@ void RclMain::execViewer(
|
|||||||
const vector<string>& _lcmd, const string& cmd, Rcl::Doc doc, int flags)
|
const vector<string>& _lcmd, const string& cmd, Rcl::Doc doc, int flags)
|
||||||
{
|
{
|
||||||
vector<string> lcmd;
|
vector<string> lcmd;
|
||||||
for (const auto oparm : _lcmd) {
|
for (const auto& oparm : _lcmd) {
|
||||||
string nparm;
|
string nparm;
|
||||||
pcSubst(oparm, nparm, subs);
|
pcSubst(oparm, nparm, subs);
|
||||||
LOGDEB0("" << oparm << "->" << nparm << "\n");
|
LOGDEB0("" << oparm << "->" << nparm << "\n");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user