diff --git a/include/momo/details/TreeNode.h b/include/momo/details/TreeNode.h index 2007d3f9..72753f15 100644 --- a/include/momo/details/TreeNode.h +++ b/include/momo/details/TreeNode.h @@ -361,7 +361,7 @@ namespace internal //Node*[maxCapacity + 1] // for internal nodes Node* mParent; uint8_t mMemPoolIndex; - Counter mCounter; + Counter<> mCounter; //Item[] }; }