From c0f82d351894df16e23690b4361e66bed0fb6f84 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 12 Nov 2008 14:30:16 +0000 Subject: Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI::ThemeEngine::TextAlignVertical svn-id: r35023 --- graphics/VectorRenderer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/VectorRenderer.h') diff --git a/graphics/VectorRenderer.h b/graphics/VectorRenderer.h index 4ccd6845b9..f0c319fe76 100644 --- a/graphics/VectorRenderer.h +++ b/graphics/VectorRenderer.h @@ -507,7 +507,7 @@ public: * method. */ virtual void drawString(const Graphics::Font *font, const Common::String &text, - const Common::Rect &area, GUI::ThemeEngine::TextAlign alignH, + const Common::Rect &area, Graphics::TextAlign alignH, GUI::ThemeEngine::TextAlignVertical alignV, int deltax, bool useEllipsis) = 0; /** -- cgit v1.2.3