From 4ce42e77e6538dd322bcabc837c1cf7bf7ae30aa Mon Sep 17 00:00:00 2001 From: GMagician Date: Tue, 17 Jul 2018 21:26:55 +0200 Subject: [PATCH] Make GCodeParser::debug static --- Marlin/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/parser.h b/Marlin/parser.h index 88e46d2b7108..6a86ad373e7d 100644 --- a/Marlin/parser.h +++ b/Marlin/parser.h @@ -90,7 +90,7 @@ class GCodeParser { #endif #if ENABLED(DEBUG_GCODE_PARSER) - void debug(); + static void debug(); #endif GCodeParser() {