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. ----------- -h _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

