Skip to content
Snippets Groups Projects
Commit 2376ae54 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

make sure that active_tool is initialized to NULL

parent 485616e6
Branches
Tags
No related merge requests found
......@@ -68,8 +68,7 @@ Tool* ToolManager::GetActiveTool() const
return active_tool_;
}
ToolManager::ToolManager()
{
ToolManager::ToolManager(): active_tool_(NULL) {
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment