We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67de63b commit 2d74bcfCopy full SHA for 2d74bcf
src/config/XMLConfig.h
@@ -480,8 +480,8 @@ class XMLChildConfig
480
{
481
m_parentConfig = {
482
.lock = [getParentConfig]() { return getParentConfig().Lock(); },
483
- .save = [getParentConfig]() { return getParentConfig().Load(); },
484
- .load = [getParentConfig]() { return getParentConfig().Save(); },
+ .save = [getParentConfig]() { return getParentConfig().Save(); },
+ .load = [getParentConfig]() { return getParentConfig().Load(); },
485
};
486
487
auto configParser = std::make_pair(
0 commit comments