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 ae96c75ebd..8e7d057d8c 100644
--- a/engines/titanic/gfx/toggle_switch.h
+++ b/engines/titanic/gfx/toggle_switch.h
@@ -28,7 +28,7 @@
namespace Titanic {
class CToggleSwitch : public CGameObject {
-private:
+protected:
int _fieldBC;
Point _pos1;
public: