mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix build error on MSVC.
This commit is contained in:
parent
a45cb0015a
commit
49a1323945
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user