[Scummvm-cvs-logs] scummvm master -> 4bb793a72d3ae620ce9a620255cc61c6b07c3b92

sev- sev at scummvm.org
Sat May 28 17:10:18 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:
4bb793a72d SCI: Fix warning


Commit: 4bb793a72d3ae620ce9a620255cc61c6b07c3b92
    https://github.com/scummvm/scummvm/commit/4bb793a72d3ae620ce9a620255cc61c6b07c3b92
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-05-28T17:09:50+02:00

Commit Message:
SCI: Fix warning

Changed paths:
    engines/sci/graphics/screen_item32.h



diff --git a/engines/sci/graphics/screen_item32.h b/engines/sci/graphics/screen_item32.h
index cda98c8..91f54b4 100644
--- a/engines/sci/graphics/screen_item32.h
+++ b/engines/sci/graphics/screen_item32.h
@@ -273,7 +273,7 @@ public:
 
 typedef StablePointerArray<ScreenItem, 250> ScreenItemListBase;
 class ScreenItemList : public ScreenItemListBase {
-	static bool inline sortHelper(const ScreenItem *a, const ScreenItem *b) {
+	inline static bool sortHelper(const ScreenItem *a, const ScreenItem *b) {
 		return *a < *b;
 	}
 public:






More information about the Scummvm-git-logs mailing list