Fix uninitialized variable (from Coverity scan).

This commit is contained in:
Jeff Young 2020-01-11 00:18:27 +00:00
parent 254ba1f998
commit 8fed9df1d0
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ private:
PL_POINT_EDITOR::PL_POINT_EDITOR() :
TOOL_INTERACTIVE( "plEditor.PointEditor" ),
m_frame( nullptr ),
m_selectionTool( nullptr ),
m_editedPoint( nullptr )
{
}