mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
explicitly specify namespace in g_gui helper macro
svn-id: r11450
This commit is contained in:
parent
3befded402
commit
e04d8576cb
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user