Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
G
gflags
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
gflags
Commits
2e4159fb
Commit
2e4159fb
authored
Jul 18, 2016
by
Andreas Schuh
Committed by
GitHub
Jul 18, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #155 from dreamer-dead/add-missing-reference
Add missing reference symbol to a function parameter.
parents
546819b1
3e946c9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gflags_completions.cc
src/gflags_completions.cc
+2
-2
No files found.
src/gflags_completions.cc
View file @
2e4159fb
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment