Removed shortName.
This commit is contained in:
parent
e9ae4deb91
commit
9580f5395f
23 changed files with 60 additions and 145 deletions
|
@ -156,7 +156,7 @@ public:
|
|||
Value algo(kArrayType);
|
||||
|
||||
for (const Algorithm &a : algorithms) {
|
||||
algo.PushBack(StringRef(a.shortName()), allocator);
|
||||
algo.PushBack(StringRef(a.name()), allocator);
|
||||
}
|
||||
|
||||
reply.AddMember("algorithms", algo, allocator);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue