Skip to content
Snippets Groups Projects
Commit 858481b0 authored by Jan Möbius's avatar Jan Möbius
Browse files

Uninitialized values fixed

parent d0d50e8c
Branches
No related tags found
No related merge requests found
......@@ -56,7 +56,12 @@ const char *PLANE_RESIZE = "PlaneResize";
/** \brief Constructor
*
*/
PlanePlugin::PlanePlugin() {}
PlanePlugin::PlanePlugin():
createPlane_(nullptr),
planeNodeAction_(nullptr),
dragging_(false),
pickedCorner_(0)
{}
/*******************************************************************************
BaseInterface implementation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment