From 1366e61fcbdd63bb87a9709338ad66bd0fd525ab Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 25 Nov 2013 17:26:08 +0100 Subject: Fix fn declaration parameter names to match fn definition Change-Id: I733cd478caabc6337af9705a57ebbaeedfb92bb0 --- idlc/inc/idlc/astinterface.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idlc/inc') 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, -- cgit