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/GCodes/GCodeBuffer/GCodeBuffer.h')
-rw-r--r--src/GCodes/GCodeBuffer/GCodeBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GCodes/GCodeBuffer/GCodeBuffer.h b/src/GCodes/GCodeBuffer/GCodeBuffer.h
index bf0a5132..77afefba 100644
--- a/src/GCodes/GCodeBuffer/GCodeBuffer.h
+++ b/src/GCodes/GCodeBuffer/GCodeBuffer.h
@@ -142,7 +142,7 @@ public:
const char *GetDistanceUnits() const noexcept;
unsigned int GetStackDepth() const noexcept;
bool PushState(bool withinSameFile) noexcept; // Push state returning true if successful (i.e. stack not overflowed)
- bool PopState() noexcept; // Pop state returning true if successful (i.e. no stack underrun)
+ bool PopState(bool withinSameFile) noexcept; // Pop state returning true if successful (i.e. no stack underrun)
void AbortFile(bool abortAll, bool requestAbort = true) noexcept;
bool IsDoingFile() const noexcept; // Return true if this source is executing a file