Loading src/conf.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -351,7 +351,6 @@ void confplus::Config::setValue(confplus::Config::ConfigData *key, size_t pos, c last->_nextValue = std::make_unique<ConfigValue>(value, pos); last = last->_nextValue.get(); key->haveChild = false; ++key->Elements; } ++key->Elements; } Loading Loading
src/conf.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -351,7 +351,6 @@ void confplus::Config::setValue(confplus::Config::ConfigData *key, size_t pos, c last->_nextValue = std::make_unique<ConfigValue>(value, pos); last = last->_nextValue.get(); key->haveChild = false; ++key->Elements; } ++key->Elements; } Loading