diff options
Diffstat (limited to 'src/text.h')
-rw-r--r-- | src/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.h b/src/text.h index ff9b4145b..b0ea29c03 100644 --- a/src/text.h +++ b/src/text.h @@ -62,7 +62,7 @@ class Text /** * Allows the originator of the text to specify the ideal coordinates. */ - void adviseXY(const int x, const int y); + void adviseXY(const int x, const int y, const bool move); /** * Draws the text. |