Kaydet (Commit) 1366e61f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix fn declaration parameter names to match fn definition

Change-Id: I733cd478caabc6337af9705a57ebbaeedfb92bb0
üst 454f3f72
...@@ -109,7 +109,7 @@ private: ...@@ -109,7 +109,7 @@ private:
void checkInheritedInterfaceClashes( void checkInheritedInterfaceClashes(
DoubleDeclarations & doubleDeclarations, DoubleDeclarations & doubleDeclarations,
std::set< OString > & seenInterfaces, AstInterface const * ifc, std::set< OString > & seenInterfaces, AstInterface const * ifc,
bool optional, bool direct, bool mainOptional) const; bool direct, bool optional, bool mainOptional) const;
void checkMemberClashes( void checkMemberClashes(
DoubleMemberDeclarations & doubleMembers, AstDeclaration const * member, DoubleMemberDeclarations & doubleMembers, AstDeclaration const * member,
......
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