diff options
author | Eugene Sandulenko | 2018-08-12 08:09:05 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-08-12 08:09:05 +0200 |
commit | c518691d7cd883868f7fa9ec338ee49ec6b248bc (patch) | |
tree | 9fac26206a9a60d181eb2f3db69db5503f29ee63 | |
parent | c9c36d4337c2c265b8cb704a77fc3a12a50f8ef2 (diff) | |
download | scummvm-rg350-c518691d7cd883868f7fa9ec338ee49ec6b248bc.tar.gz scummvm-rg350-c518691d7cd883868f7fa9ec338ee49ec6b248bc.tar.bz2 scummvm-rg350-c518691d7cd883868f7fa9ec338ee49ec6b248bc.zip |
MOHAWK: Fix warning
-rw-r--r-- | engines/mohawk/riven_graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/riven_graphics.h b/engines/mohawk/riven_graphics.h index 83d987d5e4..467dfb572c 100644 --- a/engines/mohawk/riven_graphics.h +++ b/engines/mohawk/riven_graphics.h @@ -28,7 +28,7 @@ #include "common/ustr.h" namespace Graphics { -struct Font; +class Font; } namespace Mohawk { |