Fix missing superclass call.

This commit is contained in:
Jeff Young 2019-05-12 18:19:20 +01:00
parent 25209516a6
commit 924a5e68f0
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ LIB_MOVE_TOOL::~LIB_MOVE_TOOL()
bool LIB_MOVE_TOOL::Init()
{
EE_TOOL_BASE::Init();
//
// Add move actions to the selection tool menu
//