Fix a compil warning when compiling pcbnew_wrap.cxx

This commit is contained in:
jean-pierre charras 2017-08-09 11:55:12 +02:00
parent 9bb43a89ba
commit 0f219dc40c
2 changed files with 4 additions and 1 deletions

View File

@ -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;
/**

View File

@ -41,7 +41,7 @@ class SETTINGS
SETTINGS()
{}
~SETTINGS()
virtual ~SETTINGS()
{}
void SetConfigPrefix ( const wxString& aPrefix )