Commit cef20a4f authored by jan.koester's avatar jan.koester
Browse files

test

parent 63235799
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -344,6 +344,7 @@ void confplus::Config::setValue(confplus::Config::ConfigData *key, size_t pos, c
        }
        last->_nextValue = std::make_unique<ConfigValue>(value, pos);
    }
    ++key->Elements;
}

void confplus::Config::setIntValue(confplus::Config::ConfigData* key, size_t pos, int value){