Skip to content
Snippets Groups Projects
Commit ba9512a5 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

rm nullptr

parent 8b71196d
No related branches found
No related tags found
1 merge request!2757Use extra data in PolyPtr to create particles and layer containers (#1031)
Pipeline #170996 passed
......@@ -78,7 +78,7 @@ public:
}
private:
const ExtraData* m_extraData = nullptr;
const ExtraData* m_extraData;
};
//! Initialize by means of a catalog class and optional creation arguments.
......
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