mohabouje / WinToast

WinToast is a lightly library written in C++ which brings a complete integration of the modern toast notifications of Windows 8 & Windows 10. Toast notifications allows your app to inform the users about relevant information and timely events that they should see and take action upon inside your app, such as a new instant message, a new friend request, breaking news, or a calendar event.
MIT License
687 stars 127 forks source link

Update WinToastHandlerExample in README.md #101

Closed lethiwe-mwendwa closed 5 months ago

lethiwe-mwendwa commented 5 months ago

Added "void toastActivated(int actionIndex) const override;" to the WinToastHandlerExample class code snippet.

Not adding this line when setting this up causes an error "C2259 'WinToastHandlerExample': cannot instantiate abstract class" when initialising a new *handler.