What a lousy copy+paste mistake that was. I am glad no credit card number leaked there. :p

On 01/26/2016 11:22 AM, Ali Çehreli wrote:
> class ConcreteEvent(alias onStart, alias onStop, alias onItemAdded) :

>      void itemAdded(size_t itemIndex) {
>          itemAdded(itemIndex);
>      }

That call should have been onItemAdded().

Ali

Reply via email to