[Scummvm-cvs-logs] scummvm master -> c3cfdd36a55958b6d08a3f405c9e7c30a14aa89d

salty-horse ori at avtalion.name
Mon Aug 8 23:56:25 CEST 2011


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:
c3cfdd36a5 AGOS: Fix struct/class mismatch


Commit: c3cfdd36a55958b6d08a3f405c9e7c30a14aa89d
    https://github.com/scummvm/scummvm/commit/c3cfdd36a55958b6d08a3f405c9e7c30a14aa89d
Author: Ori Avtalion (ori at avtalion.name)
Date: 2011-08-08T14:52:33-07:00

Commit Message:
AGOS: Fix struct/class mismatch

Changed paths:
    engines/agos/agos.h



diff --git a/engines/agos/agos.h b/engines/agos/agos.h
index b1d2e6d..359dfd5 100644
--- a/engines/agos/agos.h
+++ b/engines/agos/agos.h
@@ -56,7 +56,7 @@ class SeekableReadStream;
 }
 
 namespace Graphics {
-class Surface;
+struct Surface;
 }
 
 namespace AGOS {






More information about the Scummvm-git-logs mailing list