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