Closed inknos closed 7 months ago
As users can access the TransactionItem via upcast, I think we also need to add it to the TransactionItemBase.
I am getting a bit lost in the virtual c++ terms, but I guess providing only these two lines is now sufficient for upcasting.
As users can access the
TransactionItem
via upcast, I think we also need to add it to theTransactionItemBase
.