Skip to content
Snippets Groups Projects
Commit 23efd830 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: a Parameter that is not belonging to a Group must be its own root (avoid segfaults)

parent 2e1ddd36
Branches
Tags
No related merge requests found
......@@ -218,7 +218,8 @@ protected:
m_DefaultValueMode(DefaultValueMode_UNKNOWN),
m_UserLevel(UserLevel_Basic),
m_Role(Role_Input),
m_IsChecked(false)
m_IsChecked(false),
m_Root(this)
{}
/** Destructor */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment