diff options
author | Chris Apers | 2003-11-12 12:36:36 +0000 |
---|---|---|
committer | Chris Apers | 2003-11-12 12:36:36 +0000 |
commit | 0be0f0122693ae442a42a1139cf8512ad30327f0 (patch) | |
tree | e5b76026ec6728301a609c94456a44701f713b94 | |
parent | d5a28b43de859ec493031064b5137625b25cb431 (diff) | |
download | scummvm-rg350-0be0f0122693ae442a42a1139cf8512ad30327f0.tar.gz scummvm-rg350-0be0f0122693ae442a42a1139cf8512ad30327f0.tar.bz2 scummvm-rg350-0be0f0122693ae442a42a1139cf8512ad30327f0.zip |
Use GUI namespace
svn-id: r11268
-rw-r--r-- | gui/newgui.cpp | 2 |
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) |