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

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ObjectModel/ObjectModel.h')
-rw-r--r--src/ObjectModel/ObjectModel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ObjectModel/ObjectModel.h b/src/ObjectModel/ObjectModel.h
index 548469a6..f6a3c2be 100644
--- a/src/ObjectModel/ObjectModel.h
+++ b/src/ObjectModel/ObjectModel.h
@@ -183,6 +183,7 @@ public:
bool ShouldIncludeNulls() const noexcept { return includeNulls; }
GCodeException ConstructParseException(const char *msg) const noexcept;
+ GCodeException ConstructParseException(const char *msg, const char *sparam) const noexcept;
private:
static constexpr size_t MaxIndices = 4; // max depth of array nesting