From abb7d49bcaf90ddeb0fb10a30d6bd83c8ac574d8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 15 Jan 2007 21:14:34 +0000 Subject: Fixing const related warnings in the parallaction engine svn-id: r25095 --- engines/parallaction/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/parallaction/graphics.h') diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h index 8363b93629..e409f8a714 100644 --- a/engines/parallaction/graphics.h +++ b/engines/parallaction/graphics.h @@ -151,7 +151,7 @@ protected: static byte * _buffers[NUM_BUFFERS]; - static byte _mouseArrow[256]; + static byte _mouseArrow[256]; static StaticCnv _mouseComposedArrow; protected: -- cgit v1.2.3