Skip to content
Snippets Groups Projects
Commit 28d7e730 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

WRG: remove initialisation warning.

parent 8073030f
No related branches found
No related tags found
No related merge requests found
......@@ -218,8 +218,8 @@ protected:
m_DefaultValueMode(DefaultValueMode_UNKNOWN),
m_UserLevel(UserLevel_Basic),
m_Role(Role_Input),
m_IsChecked(false),
m_Root(this)
m_Root(this),
m_IsChecked(false)
{}
/** 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