diff --git a/src/KingSystem/ActorSystem/actActorConstDataAccess.h b/src/KingSystem/ActorSystem/actActorConstDataAccess.h index b78e9fbc..06d24d9d 100644 --- a/src/KingSystem/ActorSystem/actActorConstDataAccess.h +++ b/src/KingSystem/ActorSystem/actActorConstDataAccess.h @@ -126,6 +126,6 @@ private: }; KSYS_CHECK_SIZE_NX150(ActorConstDataAccess, 0x18); -bool acquireActor(BaseProcLink* link, ActorConstDataAccess* accessor); +bool acquireActor(BaseProcLink* link, ActorLinkConstDataAccess* accessor); } // namespace ksys::act