mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix for SCH_PIN operator= from Simon Richter.
This commit is contained in:
parent
b03e9061ff
commit
c994961ebf
@ -50,6 +50,8 @@ SCH_PIN& SCH_PIN::operator=( const SCH_PIN& aPin )
|
||||
m_libPin = aPin.m_libPin;
|
||||
m_position = aPin.m_position;
|
||||
m_isDangling = aPin.m_isDangling;
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user