Fix typo.

Fixes https://gitlab.com/kicad/code/kicad/issues/14073
This commit is contained in:
Jeff Young 2023-03-03 17:04:47 +00:00
parent 2973d292d9
commit be18413a90
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* This program source code file is part of KiCad, a free EDA CAD application.
*
* Copyright (C) 2016 CERN
* Copyright (C) 2021 KiCad Developers, see AUTHORS.txt for contributors.
* Copyright (C) 2021-2023 KiCad Developers, see AUTHORS.txt for contributors.
*
* @author Maciej Suminski <maciej.suminski@cern.ch>
*
@ -48,7 +48,7 @@ public:
wxString GetSymbolRef() const
{
return m_name->GetLabel();
return m_ref;
}
const SPICE_VALUE& GetMin() const