mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-20 16:21:41 +00:00
Fix uninitialized variable (from Coverity scan).
This commit is contained in:
parent
254ba1f998
commit
8fed9df1d0
@ -101,6 +101,8 @@ private:
|
||||
|
||||
PL_POINT_EDITOR::PL_POINT_EDITOR() :
|
||||
TOOL_INTERACTIVE( "plEditor.PointEditor" ),
|
||||
m_frame( nullptr ),
|
||||
m_selectionTool( nullptr ),
|
||||
m_editedPoint( nullptr )
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user