PINK: fixed compilation error

This commit is contained in:
whiterandrek 2018-05-11 17:48:22 +03:00 committed by Eugene Sandulenko
parent 52df3e15f8
commit ed3fce3267

View File

@ -27,7 +27,7 @@
namespace Pink {
class PDAButtonActor : Actor {
class PDAButtonActor : public Actor {
public:
enum Command {Null = 0, GoToPage = 1, Close = 2, Unk = 4};