diff options
Diffstat (limited to 'engines/titanic/gfx/toggle_button.h')
-rw-r--r-- | engines/titanic/gfx/toggle_button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/gfx/toggle_button.h b/engines/titanic/gfx/toggle_button.h index 5328072982..4fb7cdfaba 100644 --- a/engines/titanic/gfx/toggle_button.h +++ b/engines/titanic/gfx/toggle_button.h @@ -29,7 +29,7 @@ namespace Titanic { class CToggleButton : public CBackground { DECLARE_MESSAGE_MAP; -private: +protected: int _fieldE0; public: CLASSDEF; |