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

sev- sev at scummvm.org
Mon Aug 1 22:56:39 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:
6f87a2b2e8 SCI: Fix warnings


Commit: 6f87a2b2e8088d23687692ae32cb45292e6703ba
    https://github.com/scummvm/scummvm/commit/6f87a2b2e8088d23687692ae32cb45292e6703ba
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-08-01T23:56:32+03:00

Commit Message:
SCI: Fix warnings

Changed paths:
    engines/sci/engine/segment.h
    engines/sci/graphics/frameout.h



diff --git a/engines/sci/engine/segment.h b/engines/sci/engine/segment.h
index a99f613..7c39050 100644
--- a/engines/sci/engine/segment.h
+++ b/engines/sci/engine/segment.h
@@ -535,7 +535,7 @@ inline void set##property(uint##size value) {\
 	WRITE_SCI11ENDIAN_UINT##size(_data + (offset), (value));\
 }
 
-class BitmapTable;
+struct BitmapTable;
 
 /**
  * A convenience class for creating and modifying in-memory
diff --git a/engines/sci/graphics/frameout.h b/engines/sci/graphics/frameout.h
index 1724ad9..42f1d80 100644
--- a/engines/sci/graphics/frameout.h
+++ b/engines/sci/graphics/frameout.h
@@ -33,7 +33,7 @@ typedef Common::Array<RectList> EraseListList;
 class GfxCoordAdjuster32;
 class GfxScreen;
 class GfxTransitions32;
-class PlaneShowStyle;
+struct PlaneShowStyle;
 
 /**
  * Frameout class, kFrameout and relevant functions for SCI32 games.






More information about the Scummvm-git-logs mailing list