From 1bd0c831217c25475d8587547789a7910ee3208e Mon Sep 17 00:00:00 2001 From: YuSanka Date: Fri, 16 Sep 2022 15:03:27 +0200 Subject: [PATCH] Follow-up https://github.com/Prusa-Development/PrusaSlicerPrivate/commit/97ab4cae4fa0c927d5e83485613087bb1d846033 : typo fix --- src/libslic3r/Preset.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/Preset.hpp b/src/libslic3r/Preset.hpp index aa801a84fd..f0a81a71ad 100644 --- a/src/libslic3r/Preset.hpp +++ b/src/libslic3r/Preset.hpp @@ -343,7 +343,7 @@ public: // Find the preset with a new_name or create a new one, // initialize it with the initial_preset config. - Preset& PresetCollection::get_preset_with_name(const std::string& new_name, const Preset* initial_preset); + Preset& get_preset_with_name(const std::string& new_name, const Preset* initial_preset); // Delete the current preset, activate the first visible preset. // returns true if the preset was deleted successfully.