Merge pull request #3237 from calder/patch-1
Qualify string in java_options.h
This commit is contained in:
commit
710543d915
1 changed files with 2 additions and 2 deletions
|
@ -59,10 +59,10 @@ struct Options {
|
||||||
bool annotate_code;
|
bool annotate_code;
|
||||||
// Name of a file where we will write a list of generated .meta file names,
|
// Name of a file where we will write a list of generated .meta file names,
|
||||||
// one per line.
|
// one per line.
|
||||||
string annotation_list_file;
|
std::string annotation_list_file;
|
||||||
// Name of a file where we will write a list of generated file names, one
|
// Name of a file where we will write a list of generated file names, one
|
||||||
// per line.
|
// per line.
|
||||||
string output_list_file;
|
std::string output_list_file;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace java
|
} // namespace java
|
||||||
|
|
Loading…
Add table
Reference in a new issue