diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-25 17:26:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-25 17:26:18 +0100 |
commit | 1366e61fcbdd63bb87a9709338ad66bd0fd525ab (patch) | |
tree | 104d0502301d2261b8cd57b7c28b438bcf6eba02 /idlc | |
parent | 454f3f72c5d7a6f92debb4e4756e330397d507e6 (diff) |
Fix fn declaration parameter names to match fn definition
Change-Id: I733cd478caabc6337af9705a57ebbaeedfb92bb0
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/inc/idlc/astinterface.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/astinterface.hxx b/idlc/inc/idlc/astinterface.hxx index d4a05a0898a1..fe7415dae625 100644 --- a/idlc/inc/idlc/astinterface.hxx +++ b/idlc/inc/idlc/astinterface.hxx @@ -109,7 +109,7 @@ private: void checkInheritedInterfaceClashes( DoubleDeclarations & doubleDeclarations, std::set< OString > & seenInterfaces, AstInterface const * ifc, - bool optional, bool direct, bool mainOptional) const; + bool direct, bool optional, bool mainOptional) const; void checkMemberClashes( DoubleMemberDeclarations & doubleMembers, AstDeclaration const * member, |