[Scummvm-cvs-logs] scummvm master -> 2b0297755de045a62af1c59e5df24a144de205ea

sev- sev at scummvm.org
Mon Aug 1 10:46:25 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:
2b0297755d SHERLOCK: Fix warning


Commit: 2b0297755de045a62af1c59e5df24a144de205ea
    https://github.com/scummvm/scummvm/commit/2b0297755de045a62af1c59e5df24a144de205ea
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-08-01T11:46:18+03:00

Commit Message:
SHERLOCK: Fix warning

Changed paths:
    engines/sherlock/surface.h



diff --git a/engines/sherlock/surface.h b/engines/sherlock/surface.h
index 401d9b6..d55606e 100644
--- a/engines/sherlock/surface.h
+++ b/engines/sherlock/surface.h
@@ -121,7 +121,7 @@ protected:
 	virtual void addDirtyRect(const Common::Rect &r) {}
 public:
 	Surface() : BaseSurface() {}
-	Surface(int width, int height) : BaseSurface(width, height) {}
+	Surface(int width_, int height_) : BaseSurface(width_, height_) {}
 };
 
 } // End of namespace Sherlock






More information about the Scummvm-git-logs mailing list