Workaround for upstream module bug causing command line option parsing for multi-boolean options like retract-layer-change and wipe

This commit is contained in:
Alessandro Ranellucci
2014-04-19 19:14:41 +02:00
parent 5d10ef514f
commit 7041ebdd22
5 changed files with 26 additions and 8 deletions

View File

@@ -479,6 +479,7 @@ class ConfigBase
SV* get(t_config_option_key opt_key);
SV* get_at(t_config_option_key opt_key, size_t i);
bool set(t_config_option_key opt_key, SV* value);
bool set_deserialize(const t_config_option_key opt_key, SV* str);
#endif
};