| Index: include/AdblockPlus/Notification.h |
| diff --git a/include/AdblockPlus/Notification.h b/include/AdblockPlus/Notification.h |
| index de5053f2f02a7a4c8b81c6f7d46b1ac8f7481bf4..e8e3a68dd80c5eb6bd15a973be869253d6ed942e 100644 |
| --- a/include/AdblockPlus/Notification.h |
| +++ b/include/AdblockPlus/Notification.h |
| @@ -48,8 +48,7 @@ namespace AdblockPlus |
| /** |
| * Wrapper for an Adblock Plus notification object. |
| */ |
| - class Notification: public JsValue, |
| - public std::enable_shared_from_this<Notification> |
| + class Notification: public JsValue |
| { |
| friend class FilterEngine; |
| protected: |