[Scummvm-cvs-logs] scummvm master -> 01a240ca815d9b41b7ab903a4077ae11bb98e77a

sev- sev at scummvm.org
Wed Aug 3 14:41:30 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:
01a240ca81 GRAPHICS: Fix warnings


Commit: 01a240ca815d9b41b7ab903a4077ae11bb98e77a
    https://github.com/scummvm/scummvm/commit/01a240ca815d9b41b7ab903a4077ae11bb98e77a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-08-03T14:41:14+02:00

Commit Message:
GRAPHICS: Fix warnings

Changed paths:
    graphics/nine_patch.h



diff --git a/graphics/nine_patch.h b/graphics/nine_patch.h
index aa81a2f..faf44e5 100644
--- a/graphics/nine_patch.h
+++ b/graphics/nine_patch.h
@@ -52,8 +52,8 @@
 
 namespace Graphics {
 
-class TransparentSurface;
-class Surface;
+struct TransparentSurface;
+struct Surface;
 
 struct NinePatchMark {
 	int offset;






More information about the Scummvm-git-logs mailing list