From ed3fce3267da8037663e0441eeee9d9499da6f8b Mon Sep 17 00:00:00 2001 From: whiterandrek Date: Fri, 11 May 2018 17:48:22 +0300 Subject: PINK: fixed compilation error --- engines/pink/objects/actors/pda_button_actor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/pink/objects/actors/pda_button_actor.h b/engines/pink/objects/actors/pda_button_actor.h index 15bf8ae7df..f1e244f3a7 100644 --- a/engines/pink/objects/actors/pda_button_actor.h +++ b/engines/pink/objects/actors/pda_button_actor.h @@ -27,7 +27,7 @@ namespace Pink { -class PDAButtonActor : Actor { +class PDAButtonActor : public Actor { public: enum Command {Null = 0, GoToPage = 1, Close = 2, Unk = 4}; -- cgit v1.2.3