mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
Fixed some clang warnings
This commit is contained in:
parent
770d8b5d08
commit
5e9a8ea700
17 changed files with 45 additions and 30 deletions
|
@ -1695,6 +1695,7 @@ public:
|
|||
// Static configuration definition. Any value stored into this ConfigBase shall have its definition here.
|
||||
virtual const ConfigDef* def() const = 0;
|
||||
// Find ando/or create a ConfigOption instance for a given name.
|
||||
using ConfigOptionResolver::optptr;
|
||||
virtual ConfigOption* optptr(const t_config_option_key &opt_key, bool create = false) = 0;
|
||||
// Collect names of all configuration values maintained by this configuration store.
|
||||
virtual t_config_option_keys keys() const = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue