Commit 710543d9 authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #3237 from calder/patch-1

Qualify string in java_options.h
parents 491b3204 4b36d400
...@@ -59,10 +59,10 @@ struct Options { ...@@ -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
......
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