Skip to content
Snippets Groups Projects
Commit 62fb8322 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Initialize INode as required by g++ warning

parent d91aefdd
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ public:
registerChild(&m_provider);
}
TestSimulation(const TestSimulation& other) : m_provider(other.m_provider)
TestSimulation(const TestSimulation& other) : INode(), m_provider(other.m_provider)
{
setName("TestSimulation");
registerChild(&m_provider);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment