Commit 9ad1b9d7 authored by jan.koester's avatar jan.koester
Browse files

test

parent 32a68e32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ confplus::Config::ConfigData *confplus::Config::setKey(const std::string &key){
                    current_ptr = &current_ptr->get()->nextData;
                }

                *current_ptr = std::unique_ptr<ConfigData>(new ConfigData);
                *current_ptr = std::move(std::unique_ptr<ConfigData>(new ConfigData));

                find = current_ptr->get();
                find->Key = childkey;