From bf0882badc0f29aa8df687fb6f2d0fddded209ab Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 8 May 2015 18:28:45 +0200 Subject: SHERLOCK: Fix some more GCC warnings --- engines/sherlock/screen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sherlock/screen.h') diff --git a/engines/sherlock/screen.h b/engines/sherlock/screen.h index 13a4549161..7e33a12b7b 100644 --- a/engines/sherlock/screen.h +++ b/engines/sherlock/screen.h @@ -102,8 +102,8 @@ public: void verticalTransition(); - void print(const Common::Point &pt, byte color, const char *format, ...); - void gPrint(const Common::Point &pt, byte color, const char *format, ...); + void print(const Common::Point &pt, byte color, const char *formatStr, ...); + void gPrint(const Common::Point &pt, byte color, const char *formatStr, ...); void restoreBackground(const Common::Rect &r); -- cgit v1.2.3