mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
PINK: fixed compilation error
This commit is contained in:
parent
52df3e15f8
commit
ed3fce3267
@ -27,7 +27,7 @@
|
||||
|
||||
namespace Pink {
|
||||
|
||||
class PDAButtonActor : Actor {
|
||||
class PDAButtonActor : public Actor {
|
||||
public:
|
||||
enum Command {Null = 0, GoToPage = 1, Close = 2, Unk = 4};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user