aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/toggle_switch.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/toggle_switch.h')
-rw-r--r--engines/titanic/gfx/toggle_switch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/gfx/toggle_switch.h b/engines/titanic/gfx/toggle_switch.h
index 9b4fc4219b..cc369f6281 100644
--- a/engines/titanic/gfx/toggle_switch.h
+++ b/engines/titanic/gfx/toggle_switch.h
@@ -30,7 +30,7 @@ namespace Titanic {
class CToggleSwitch : public CGameObject {
private:
int _fieldBC;
- Common::Point _pos1;
+ Point _pos1;
public:
CLASSDEF
CToggleSwitch();