[Scummvm-cvs-logs] scummvm master -> 6f9c56c63d8acbb97a8866c299a0deb84cc8cf88

salty-horse ori at avtalion.name
Thu Apr 28 20:37:59 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:
6f9c56c63d TEEN: Fix incorrect keyword in forward declaration


Commit: 6f9c56c63d8acbb97a8866c299a0deb84cc8cf88
    https://github.com/scummvm/scummvm/commit/6f9c56c63d8acbb97a8866c299a0deb84cc8cf88
Author: Ori Avtalion (ori at avtalion.name)
Date: 2011-04-28T11:36:02-07:00

Commit Message:
TEEN: Fix incorrect keyword in forward declaration

Changed paths:
    engines/teenagent/scene.h



diff --git a/engines/teenagent/scene.h b/engines/teenagent/scene.h
index 2d7a5e9..28def3a 100644
--- a/engines/teenagent/scene.h
+++ b/engines/teenagent/scene.h
@@ -36,7 +36,7 @@
 #include "common/list.h"
 
 namespace Common {
-class Event;
+struct Event;
 }
 
 namespace TeenAgent {






More information about the Scummvm-git-logs mailing list