[Scummvm-git-logs] scummvm master -> 77b904ef8d866d50e362697850ecbc0f3a54d184

dreammaster dreammaster at scummvm.org
Sat Aug 26 02:49:04 CEST 2017


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:
77b904ef8d TITANIC: Fix struct vs class forward declaration warning


Commit: 77b904ef8d866d50e362697850ecbc0f3a54d184
    https://github.com/scummvm/scummvm/commit/77b904ef8d866d50e362697850ecbc0f3a54d184
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-08-25T20:48:55-04:00

Commit Message:
TITANIC: Fix struct vs class forward declaration warning

Changed paths:
    engines/titanic/main_game_window.h


diff --git a/engines/titanic/main_game_window.h b/engines/titanic/main_game_window.h
index 3e4d03e..f07f091 100644
--- a/engines/titanic/main_game_window.h
+++ b/engines/titanic/main_game_window.h
@@ -29,7 +29,7 @@
 #include "common/scummsys.h"
 
 namespace Common {
-class Point;
+struct Point;
 }
 
 namespace Titanic {





More information about the Scummvm-git-logs mailing list