Skip to content
Snippets Groups Projects
Commit 552144f3 authored by Julien Michel's avatar Julien Michel
Browse files

BUG: (Visu Refactoring) Missing initialization

parent 5a8dc0cb
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ public:
protected:
/** Constructor */
ChangeScaleActionHandler() : m_View(), m_Model()
ChangeScaleActionHandler() : m_View(), m_Model(), m_ScaleRatio(1.25)
{}
/** Destructor */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment