[Scummvm-git-logs] scummvm master -> c518691d7cd883868f7fa9ec338ee49ec6b248bc

sev- sev at scummvm.org
Sun Aug 12 08:09:19 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c518691d7c MOHAWK: Fix warning


Commit: c518691d7cd883868f7fa9ec338ee49ec6b248bc
    https://github.com/scummvm/scummvm/commit/c518691d7cd883868f7fa9ec338ee49ec6b248bc
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2018-08-12T08:09:05+02:00

Commit Message:
MOHAWK: Fix warning

Changed paths:
    engines/mohawk/riven_graphics.h


diff --git a/engines/mohawk/riven_graphics.h b/engines/mohawk/riven_graphics.h
index 83d987d..467dfb5 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 {





More information about the Scummvm-git-logs mailing list