parent
2973d292d9
commit
be18413a90
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue