Fix lint issue

This commit is contained in:
Léo Lam 2021-06-16 23:40:18 +02:00
parent ae60e06e4b
commit 0d0826f71b
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ public:
// TODO: rename these values after figuring out what they do
SEAD_ENUM(ActorCreateMode, k0, k1, k2, k3, k4, k5, k6, k7, k8)
ActorBinding(const evfl::ResActor* res, ActorBindings* parent) : mResActor(res), mParent(parent) {}
ActorBinding(const evfl::ResActor* res, ActorBindings* parent)
: mResActor(res), mParent(parent) {}
void bindAction(const evfl::ResAction* action);
void bindQuery(const evfl::ResQuery* query);