ConfigWizard & updating: Fixes & cleanups

This commit is contained in:
Vojtech Kral 2018-04-17 11:54:59 +02:00
parent b506aa11fa
commit 6286c9ee7c
5 changed files with 33 additions and 21 deletions

View file

@ -24,6 +24,8 @@ public:
~ConfigWizard();
void run(PresetBundle *preset_bundle, PresetUpdater *updater);
static const wxString& name();
private:
struct priv;
std::unique_ptr<priv> p;