aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Apers2003-11-12 12:36:36 +0000
committerChris Apers2003-11-12 12:36:36 +0000
commit0be0f0122693ae442a42a1139cf8512ad30327f0 (patch)
treee5b76026ec6728301a609c94456a44701f713b94
parentd5a28b43de859ec493031064b5137625b25cb431 (diff)
downloadscummvm-rg350-0be0f0122693ae442a42a1139cf8512ad30327f0.tar.gz
scummvm-rg350-0be0f0122693ae442a42a1139cf8512ad30327f0.tar.bz2
scummvm-rg350-0be0f0122693ae442a42a1139cf8512ad30327f0.zip
Use GUI namespace
svn-id: r11268
-rw-r--r--gui/newgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp
index 3b09a4fd3a..25f8193bc2 100644
--- a/gui/newgui.cpp
+++ b/gui/newgui.cpp
@@ -582,7 +582,7 @@ void NewGui::animateCursor() {
#include "scumm_globals.h"
_GINIT(NewGui)
-_GSETPTR(guifont, GBVARS_GUIFONT_INDEX, byte, GBVARS_SCUMM)
+_GSETPTR(GUI::guifont, GBVARS_GUIFONT_INDEX, byte, GBVARS_SCUMM)
_GEND
_GRELEASE(NewGui)