diff --git a/pagelayout_editor/tools/pl_point_editor.cpp b/pagelayout_editor/tools/pl_point_editor.cpp index 8ce865f118..b99fc662a6 100644 --- a/pagelayout_editor/tools/pl_point_editor.cpp +++ b/pagelayout_editor/tools/pl_point_editor.cpp @@ -101,6 +101,8 @@ private: PL_POINT_EDITOR::PL_POINT_EDITOR() : TOOL_INTERACTIVE( "plEditor.PointEditor" ), + m_frame( nullptr ), + m_selectionTool( nullptr ), m_editedPoint( nullptr ) { }