File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Generator::~Generator()
6767
6868// ///////////////////////////////////////////////
6969bool Generator::Generate (const FileDescriptor *_file,
70- const string &/* _parameter*/ ,
70+ const std:: string &/* _parameter*/ ,
7171 OutputDirectory *_generatorContext,
7272 std::string * /* _error*/ ) const
7373{
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ class Generator : public CodeGenerator
4444 // / \param[in] _generatorContext Output directory.
4545 // / \param[in] _error Unused string value
4646 public: virtual bool Generate (const FileDescriptor *_file,
47- const string &_parameter,
47+ const std:: string &_parameter,
4848 OutputDirectory *_generatorContext,
49- string *_error) const ;
49+ std:: string *_error) const ;
5050
5151 // private: GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Generator);
5252};
You can’t perform that action at this time.
0 commit comments