 Issue 29419629:
  Issue 5164 - Remove NotificationPtr  (Closed) 
  Base URL: https://hg.adblockplus.org/libadblockplus/
    
  
    Issue 29419629:
  Issue 5164 - Remove NotificationPtr  (Closed) 
  Base URL: https://hg.adblockplus.org/libadblockplus/| Index: include/AdblockPlus/Notification.h | 
| =================================================================== | 
| --- a/include/AdblockPlus/Notification.h | 
| +++ b/include/AdblockPlus/Notification.h | 
| @@ -79,12 +79,11 @@ | 
| /** | 
| * Marks this notification as shown. It is only relevant for question | 
| * notifications. Other notifications are marked automatically. | 
| */ | 
| void MarkAsShown(); | 
| private: | 
| }; | 
| - typedef std::shared_ptr<Notification> NotificationPtr; | 
| } | 
| #endif |