ksys/act: Rename ai::ClassArg for consistency with Query::InitArg

This commit is contained in:
Léo Lam
2020-12-06 16:01:32 +01:00
parent b11344bc5e
commit 5a1a488ed3
12 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
namespace ksys::act::ai {
Query::Query(const InitArg& arg) : mProc(arg.proc), mDefIdx(arg.def_idx) {}
Query::Query(const InitArg& arg) : mActor(arg.actor), mDefIdx(arg.def_idx) {}
} // namespace ksys::act::ai