diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/dm/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/text.h b/engines/dm/text.h index baf9b72851..d273de3041 100644 --- a/engines/dm/text.h +++ b/engines/dm/text.h @@ -9,7 +9,7 @@ namespace DM { class TextMan { DMEngine *_vm; public: - TextMan(DMEngine *vm); + explicit TextMan(DMEngine *vm); void printTextToBitmap(byte *destBitmap, uint16 destPixelWidth, uint16 destX, uint16 destY, Color textColor, Color bgColor, const char *text, uint16 destHeight, Viewport &viewport = gDefultViewPort); // @ F0040_TEXT_Print void printTextToScreen(uint16 destX, uint16 destY, Color textColor, Color bgColor, const char *text, Viewport &viewport = gDefultViewPort); // @ F0053_TEXT_PrintToLogicalScreen |