aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/screen.h')
-rw-r--r--engines/sherlock/screen.h4
1 files changed, 2 insertions, 2 deletions
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);