← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH 1/2] Fix double class name

 

Committed in 6470. Thank you.

On Thu, Jan 14, 2016 at 07:21:31PM +0100, Simon Richter wrote:
> 
> Mostly cosmetic change, although there are compilers that choke on this.
> 
> The C++ standard specifies that classes contain themselves as members,
> probably so they shadow any other definition of the same name for their own
> member functions, but there is really no reason why the class name should
> be duplicated here.
> ---
>  pcbnew/files.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 


References