config-store: Fix clang-tidy warnings

This commit is contained in:
Eduardo Almeida
2022-10-29 14:37:57 +01:00
parent 175be782d1
commit 8a9b096aef

View File

@@ -30,7 +30,7 @@ void
ModelCreator::Build(GtkTreeStore* treestore)
{
m_treestore = treestore;
m_iters.push_back(0);
m_iters.push_back(nullptr);
// this function will go through all the objects and call on them
// DoStartVisitObject, DoIterate and DoEndVisitObject
Iterate();