Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2019-04-09 15:18:03 +0300
committerVojtech Kral <vojtech@kral.hk>2019-04-09 16:16:10 +0300
commitc17e8602ed32c73364c6e29e16434ae81c8bfcd8 (patch)
treea1d87083df5fdda283f93fed07eb6097cd043d7d /src/slic3r/GUI/PresetBundle.hpp
parent64ce604ff47197a6b88e047ef12f561bb9ffdfec (diff)
Factor out load_scaled_bitmap
Diffstat (limited to 'src/slic3r/GUI/PresetBundle.hpp')
-rw-r--r--src/slic3r/GUI/PresetBundle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/PresetBundle.hpp b/src/slic3r/GUI/PresetBundle.hpp
index abd936ee2..1f627d045 100644
--- a/src/slic3r/GUI/PresetBundle.hpp
+++ b/src/slic3r/GUI/PresetBundle.hpp
@@ -148,7 +148,7 @@ private:
// If it is not an external config, then the config will be stored into the user profile directory.
void load_config_file_config(const std::string &name_or_path, bool is_external, DynamicPrintConfig &&config);
void load_config_file_config_bundle(const std::string &path, const boost::property_tree::ptree &tree);
- bool load_compatible_bitmaps();
+ void load_compatible_bitmaps();
DynamicPrintConfig full_fff_config() const;
DynamicPrintConfig full_sla_config() const;