Fix a compil warning when compiling pcbnew_wrap.cxx
This commit is contained in:
parent
9bb43a89ba
commit
0f219dc40c
|
@ -55,6 +55,9 @@ public:
|
|||
public:
|
||||
COLORS_DESIGN_SETTINGS();
|
||||
|
||||
~COLORS_DESIGN_SETTINGS() override
|
||||
{}
|
||||
|
||||
virtual void Load( wxConfigBase *aConfig ) override;
|
||||
virtual void Save( wxConfigBase *aConfig ) override;
|
||||
/**
|
||||
|
|
|
@ -41,7 +41,7 @@ class SETTINGS
|
|||
SETTINGS()
|
||||
{}
|
||||
|
||||
~SETTINGS()
|
||||
virtual ~SETTINGS()
|
||||
{}
|
||||
|
||||
void SetConfigPrefix ( const wxString& aPrefix )
|
||||
|
|
Loading…
Reference in New Issue