explicitly specify namespace in g_gui helper macro

svn-id: r11450
This commit is contained in:
Max Horn 2003-12-01 21:16:18 +00:00
parent 3befded402
commit e04d8576cb

View File

@ -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()