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