[Scummvm-git-logs] scummvm master -> 88bca6a8decbffd403626efced04ccbea90e786e

ccawley2011 ccawley2011 at gmail.com
Thu Apr 11 22:21:24 CEST 2019


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:
88bca6a8de MUTATIONOFJB: Fix warning


Commit: 88bca6a8decbffd403626efced04ccbea90e786e
    https://github.com/scummvm/scummvm/commit/88bca6a8decbffd403626efced04ccbea90e786e
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-04-11T21:21:21+01:00

Commit Message:
MUTATIONOFJB: Fix warning

Changed paths:
    engines/mutationofjb/room.h


diff --git a/engines/mutationofjb/room.h b/engines/mutationofjb/room.h
index ff0fbff..2d3b24e 100644
--- a/engines/mutationofjb/room.h
+++ b/engines/mutationofjb/room.h
@@ -36,7 +36,7 @@ namespace MutationOfJB {
 
 class EncryptedFile;
 class Game;
-class Static;
+struct Static;
 
 class Room {
 public:





More information about the Scummvm-git-logs mailing list