Commit 3e946c9e authored by dreamer.dead's avatar dreamer.dead

Add missing reference symbol to a function parameter.

parent 546819b1
......@@ -122,7 +122,7 @@ static void CategorizeAllMatchingFlags(
NotableFlags *notable_flags);
static void TryFindModuleAndPackageDir(
const vector<CommandLineFlagInfo> all_flags,
const vector<CommandLineFlagInfo> &all_flags,
string *module,
string *package_dir);
......@@ -472,7 +472,7 @@ static void PushNameWithSuffix(vector<string>* suffixes, const char* suffix) {
}
static void TryFindModuleAndPackageDir(
const vector<CommandLineFlagInfo> all_flags,
const vector<CommandLineFlagInfo> &all_flags,
string *module,
string *package_dir) {
module->clear();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment