Kaydet (Commit) 6877f54d authored tarafından Kohei Yoshida's avatar Kohei Yoshida

DIE auto DIE!!!

Change-Id: Ia4df8ac18a4b213a6c82a8faff0a4c08d53b6d08
üst 7490d80c
......@@ -695,7 +695,7 @@ public:
}
virtual void GenDecl(std::stringstream &ss) const
{
for(auto it = mvSubArguments.begin(), e= mvSubArguments.end(); it!=e;
for (SubArgumentsType::const_iterator it = mvSubArguments.begin(), e= mvSubArguments.end(); it!=e;
++it) {
if (it != mvSubArguments.begin())
ss << ", ";
......
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