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( ...@@ -122,7 +122,7 @@ static void CategorizeAllMatchingFlags(
NotableFlags *notable_flags); NotableFlags *notable_flags);
static void TryFindModuleAndPackageDir( static void TryFindModuleAndPackageDir(
const vector<CommandLineFlagInfo> all_flags, const vector<CommandLineFlagInfo> &all_flags,
string *module, string *module,
string *package_dir); string *package_dir);
...@@ -472,7 +472,7 @@ static void PushNameWithSuffix(vector<string>* suffixes, const char* suffix) { ...@@ -472,7 +472,7 @@ static void PushNameWithSuffix(vector<string>* suffixes, const char* suffix) {
} }
static void TryFindModuleAndPackageDir( static void TryFindModuleAndPackageDir(
const vector<CommandLineFlagInfo> all_flags, const vector<CommandLineFlagInfo> &all_flags,
string *module, string *module,
string *package_dir) { string *package_dir) {
module->clear(); 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