Improves conformance to the Google C++ Style Guide (by Greg Miller).
This commit is contained in:
@@ -913,6 +913,7 @@ class Arguments {
|
||||
char* const* Argv() {
|
||||
return &args_[0];
|
||||
}
|
||||
|
||||
private:
|
||||
std::vector<char*> args_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user