aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/newgui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.h b/gui/newgui.h
index a4a9229888..793b111397 100644
--- a/gui/newgui.h
+++ b/gui/newgui.h
@@ -48,7 +48,7 @@ class Dialog;
#define hLine(x, y, x2, color) line(x, y, x2, y, color);
#define vLine(x, y, y2, color) line(x, y, x, y2, color);
-#define g_gui (NewGui::instance())
+#define g_gui (GUI::NewGui::instance())
// Text alignment modes for drawString()