Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Jan 6, 2025
1 parent 0636638 commit 4280d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/momo/details/TreeNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ namespace internal
//Node*[maxCapacity + 1] // for internal nodes
Node* mParent;
uint8_t mMemPoolIndex;
Counter<maxCapacity, !isContinuous> mCounter;
Counter<> mCounter;
//Item[]
};
}
Expand Down

0 comments on commit 4280d19

Please sign in to comment.