Fix build error on MSVC.

This commit is contained in:
Alex Shvartzkop 2025-08-15 11:58:47 +03:00
parent a45cb0015a
commit 49a1323945

View File

@ -26,6 +26,7 @@
#include <kicommon.h>
#include <memory>
#include <vector>
#include <config_params.h>
class wxConfigBase;
class PARAM_CFG;
@ -787,6 +788,8 @@ public:
private:
ADVANCED_CFG();
ADVANCED_CFG( ADVANCED_CFG&& other ) = default;
/**
* Load the config from the normal configuration file.
*/