Skip to content

Commit

Permalink
[app] updates re latest axl sl::Array changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vovkos committed May 10, 2024
1 parent e122e42 commit 94a97f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ removeDuplicates<EnumValue>(sl::List<EnumValue>* list) {

void
removeSubPages(sl::Array<Compound*>* pageArray) {
Compound** p = *pageArray;
Compound** p = pageArray->p();
size_t count = pageArray->getCount();

size_t i = 0;
Expand Down

0 comments on commit 94a97f9

Please sign in to comment.