From 217360d0c5a0b8289c16b22fc46782c475fcc9f5 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 21 Mar 2016 20:53:49 -0400 Subject: TITANIC: Add new derived Rect and Point classes --- engines/titanic/gfx/slider_button.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/gfx/slider_button.h') diff --git a/engines/titanic/gfx/slider_button.h b/engines/titanic/gfx/slider_button.h index afb96dbd70..2fdf448d09 100644 --- a/engines/titanic/gfx/slider_button.h +++ b/engines/titanic/gfx/slider_button.h @@ -32,7 +32,7 @@ private: int _field114; int _field118; int _field11C; - Common::Point _pos1; + Point _pos1; public: CLASSDEF CSliderButton(); -- cgit v1.2.3