aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/screen.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-18 20:57:58 -0400
committerPaul Gilbert2015-05-18 20:57:58 -0400
commita09937121c3844071ab992115f32b47d57a5d337 (patch)
tree00c852882f76e4f3a3e7f8c18bd8544004963e22 /engines/sherlock/screen.h
parent8d426ca46435426c925007b08c933fdccdd75fa8 (diff)
downloadscummvm-rg350-a09937121c3844071ab992115f32b47d57a5d337.tar.gz
scummvm-rg350-a09937121c3844071ab992115f32b47d57a5d337.tar.bz2
scummvm-rg350-a09937121c3844071ab992115f32b47d57a5d337.zip
SHERLOCK: Syntactic fixes
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 2103588fe0..452a18631f 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, ...);
- void gPrint(const Common::Point &pt, byte color, const char *formatStr, ...);
+ 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 restoreBackground(const Common::Rect &r);