diff options
-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 { |