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
No related branches found
No related tags found
No related merge requests found
...@@ -68,8 +68,7 @@ Tool* ToolManager::GetActiveTool() const ...@@ -68,8 +68,7 @@ Tool* ToolManager::GetActiveTool() const
return active_tool_; 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