aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactext.h
diff options
context:
space:
mode:
authorTobia Tesan2017-04-30 00:18:23 +0200
committerEugene Sandulenko2017-04-30 09:48:08 +0200
commited2f09b13f31f4d9c372c2d7f8f0f66d7acb854d (patch)
treea4b1b841e67b0db6223681d368b07614fd34d411 /graphics/macgui/mactext.h
parentaf664fe757b0834e011e93420911428b361c516e (diff)
downloadscummvm-rg350-ed2f09b13f31f4d9c372c2d7f8f0f66d7acb854d.tar.gz
scummvm-rg350-ed2f09b13f31f4d9c372c2d7f8f0f66d7acb854d.tar.bz2
scummvm-rg350-ed2f09b13f31f4d9c372c2d7f8f0f66d7acb854d.zip
GRAPHICS: Delete MacFont in MacText
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 c9d24a006d..25f6002707 100644
--- a/graphics/macgui/mactext.h
+++ b/graphics/macgui/mactext.h
@@ -90,7 +90,7 @@ class MacText {
public:
MacText(Common::String s, MacWindowManager *wm, const MacFont *font, int fgcolor, int bgcolor,
int maxWidth = -1, TextAlign textAlignment = kTextAlignLeft);
-
+ ~MacText();
void setInterLinear(int interLinear);
void draw(ManagedSurface *g, int x, int y, int w, int h, int xoff, int yoff);