7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-03-30 04:56:54 +00:00

Fix missing change

This commit is contained in:
Marek Roszko 2025-02-25 19:29:05 -05:00
parent 2c54ab277b
commit 59b297dcdc

View File

@ -272,7 +272,7 @@ public:
*/
void Clear() // inline not virtual
{
ElemsClear();
elemsClear();
for( unsigned i = 0; i<RSTRING_COUNT; ++i )
SetRString( RSTRING_T( i ), wxEmptyString );