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 Bubnik <bubnikv@gmail.com>2020-12-09 13:02:31 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2020-12-09 13:02:31 +0300
commit4af3819c855a933972608181728c1619735092b2 (patch)
tree53c67f448cff2bbcf10f8a162805278be87c3de3 /src/libslic3r/PlaceholderParser.hpp
parent562c0bd563ac0af9491a03d634c00e8c0c555e45 (diff)
Fixing the unit tests of PlaceholderParser.
Diffstat (limited to 'src/libslic3r/PlaceholderParser.hpp')
-rw-r--r--src/libslic3r/PlaceholderParser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libslic3r/PlaceholderParser.hpp b/src/libslic3r/PlaceholderParser.hpp
index d19e35d41..8f4949b9b 100644
--- a/src/libslic3r/PlaceholderParser.hpp
+++ b/src/libslic3r/PlaceholderParser.hpp
@@ -51,7 +51,7 @@ public:
// Fill in the template using a macro processing language.
// Throws Slic3r::PlaceholderParserError on syntax or runtime error.
- std::string process(const std::string &templ, unsigned int current_extruder_id, const DynamicConfig *config_override, ContextData *context = nullptr) const;
+ std::string process(const std::string &templ, unsigned int current_extruder_id, const DynamicConfig *config_override = nullptr, ContextData *context = nullptr) const;
// Evaluate a boolean expression using the full expressive power of the PlaceholderParser boolean expression syntax.
// Throws Slic3r::PlaceholderParserError on syntax or runtime error.