New erase() method for DynamicConfig objects

This commit is contained in:
Alessandro Ranellucci 2014-01-22 21:14:47 +01:00
parent b5b8fb606f
commit 42519174cd
4 changed files with 8 additions and 1 deletions

View file

@ -24,6 +24,7 @@
%code{% THIS->apply(*other, true); %};
std::vector<std::string> get_keys()
%code{% THIS->keys(&RETVAL); %};
void erase(t_config_option_key opt_key);
};
%name{Slic3r::Config::Print} class PrintConfig {