From ac1eea6265167c7356904054ffb5e5c322653317 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 14 Jun 2007 17:11:09 +0000 Subject: Fixed warning about signedness issues svn-id: r27402 --- engines/agi/wagparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agi/wagparser.h') diff --git a/engines/agi/wagparser.h b/engines/agi/wagparser.h index e8ce9468a0..1fc554d522 100644 --- a/engines/agi/wagparser.h +++ b/engines/agi/wagparser.h @@ -201,7 +201,7 @@ protected: class WagFileParser { // Constants, type definitions, enumerations etc. public: - static const int WINAGI_VERSION_LENGTH = 16; ///< WinAGI's version string's length (Always 16) + static const uint WINAGI_VERSION_LENGTH = 16; ///< WinAGI's version string's length (Always 16) typedef Common::Array PropertyList; ///< A type definition for an array of *.wag file properties public: -- cgit v1.2.3