From ed2f09b13f31f4d9c372c2d7f8f0f66d7acb854d Mon Sep 17 00:00:00 2001 From: Tobia Tesan Date: Sun, 30 Apr 2017 00:18:23 +0200 Subject: GRAPHICS: Delete MacFont in MacText --- graphics/macgui/mactext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/macgui/mactext.h') 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); -- cgit v1.2.3