Fixes after merging 2.3.2/2.3.3 changes from stable to master.

This commit is contained in:
Vojtech Bubnik 2021-08-13 14:53:13 +02:00
parent add67d769a
commit d569789285
3 changed files with 17 additions and 33 deletions

View file

@ -119,6 +119,7 @@ public:
wxString path;
Vec2i win = {2, 2};
std::string err;
ConfigSubstitutions config_substitutions;
priv(Plater *plt) : plater{plt} {}
};