aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactext.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-12-22 18:15:43 +0100
committerEugene Sandulenko2016-12-22 18:16:54 +0100
commit57864f5e6c44bdecaeecfba8e0754e1d19f3cb96 (patch)
tree2ff1d5528dcde5c0911151218bb8850194cc2cee /graphics/macgui/mactext.h
parenta1236d57820e53b07180adcf78ba7af844ca51b1 (diff)
downloadscummvm-rg350-57864f5e6c44bdecaeecfba8e0754e1d19f3cb96.tar.gz
scummvm-rg350-57864f5e6c44bdecaeecfba8e0754e1d19f3cb96.tar.bz2
scummvm-rg350-57864f5e6c44bdecaeecfba8e0754e1d19f3cb96.zip
GRAPHICS: Implemented MacText::replaceLastLine()
Diffstat (limited to 'graphics/macgui/mactext.h')
-rw-r--r--graphics/macgui/mactext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/macgui/mactext.h b/graphics/macgui/mactext.h
index 37fc125d4d..e035eb123f 100644
--- a/graphics/macgui/mactext.h
+++ b/graphics/macgui/mactext.h
@@ -36,7 +36,7 @@ public:
void draw(ManagedSurface *g, int x, int y, int w, int h, int xoff, int yoff);
void appendText(Common::String str);
-
+ void replaceLastLine(Common::String str);
private:
void splitString(Common::String &s);