From 9d0627d66cf84e9956ef708dc5c0bc0d2e369b75 Mon Sep 17 00:00:00 2001 From: Giuliano <3684609+GMagician@users.noreply.github.com> Date: Wed, 18 Jul 2018 06:38:39 +0200 Subject: [PATCH] Make GCodeParser::debug static (#11294) --- Marlin/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/parser.h b/Marlin/parser.h index 88e46d2b71..6a86ad373e 100644 --- a/Marlin/parser.h +++ b/Marlin/parser.h @@ -90,7 +90,7 @@ public: #endif #if ENABLED(DEBUG_GCODE_PARSER) - void debug(); + static void debug(); #endif GCodeParser() {