[Scummvm-cvs-logs] scummvm master -> 1bca15f95e4886000ef983bc205c2747afba3492

sev- sev at scummvm.org
Tue Mar 29 01:27:05 CEST 2016


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:
1bca15f95e ADL: Fix warnings


Commit: 1bca15f95e4886000ef983bc205c2747afba3492
    https://github.com/scummvm/scummvm/commit/1bca15f95e4886000ef983bc205c2747afba3492
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-29T01:26:41+02:00

Commit Message:
ADL: Fix warnings

Changed paths:
    engines/adl/display.h
    engines/adl/hires1.h



diff --git a/engines/adl/display.h b/engines/adl/display.h
index e61477d..ff01e3f 100644
--- a/engines/adl/display.h
+++ b/engines/adl/display.h
@@ -29,11 +29,11 @@ namespace Common {
 class ReadStream;
 class WriteStream;
 class String;
-class Point;
+struct Point;
 }
 
 namespace Graphics {
-class Surface;
+struct Surface;
 }
 
 namespace Adl {
@@ -96,7 +96,7 @@ private:
 	uint _cursorPos;
 	bool _showCursor;
 };
- 
+
 } // End of namespace Adl
 
 #endif
diff --git a/engines/adl/hires1.h b/engines/adl/hires1.h
index d9d67c4..25f4744 100644
--- a/engines/adl/hires1.h
+++ b/engines/adl/hires1.h
@@ -29,7 +29,7 @@
 
 namespace Common {
 class ReadStream;
-class Point;
+struct Point;
 }
 
 namespace Adl {






More information about the Scummvm-git-logs mailing list