kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #18807
Re: PATCH: cleanup naming in component tree search container
Le 21/06/2015 06:40, Henner Zeller a écrit :
> Hi,
> Looking at my old code in the component tree search container, it
> looks like in the meantime it acquired two styles of member variable
> naming; the old without the m_* prefix is now accompanied with
> apparently the new preferred style with an m_* prefix.
>
> This is a no-op change that just fixes all private member variables to
> be the same style with the m_* prefix.
>
> Patch here:
>
> https://github.com/hzeller/kicad/compare/cleanup-common-prefix-instance-variables.diff
>
> Suggested commit message
> ---------
> Member variables within component search tree were named inconsistently.
> Now prefix all member variables with m_* which seems to be the current style.
> -----------
Committed. Thanks.
--
Jean-Pierre CHARRAS
References