mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 10:11:58 +08:00
Forgot to add Config:: to methods in Config.cpp
This commit is contained in:
parent
44115a6885
commit
62aeb5be85
@ -57,12 +57,12 @@ Config::set(const t_config_option_key& opt_key, const double value)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
read_ini(const std::string& file)
|
Config::read_ini(const std::string& file)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
write_ini(const std::string& file) const
|
Config::write_ini(const std::string& file) const
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user