diff options
-rw-r--r-- | engines/sherlock/screen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/screen.h b/engines/sherlock/screen.h index 452a18631f..2103588fe0 100644 --- a/engines/sherlock/screen.h +++ b/engines/sherlock/screen.h @@ -101,8 +101,8 @@ public: void verticalTransition(); - void print(const Common::Point &pt, byte color, const char *formatStr, ...) GCC_PRINTF(4, 5); - void gPrint(const Common::Point &pt, byte color, const char *formatStr, ...) GCC_PRINTF(4, 5); + 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); |