mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 06:01:58 +08:00
Used correct inheritance for Config.
This commit is contained in:
parent
4eec78e1bf
commit
cc4477eb3f
@ -8,7 +8,7 @@
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
class Config : DynamicPrintConfig {
|
||||
class Config : public DynamicPrintConfig {
|
||||
public:
|
||||
static std::shared_ptr<Config> new_from_defaults();
|
||||
static std::shared_ptr<Config> new_from_defaults(std::initializer_list<std::string> init);
|
||||
|
Loading…
x
Reference in New Issue
Block a user