Index: include/AdblockPlus/Notification.h |
diff --git a/include/AdblockPlus/Notification.h b/include/AdblockPlus/Notification.h |
index 0fcb8cffe68df53282a6f7ea0fcb02723a582875..a9e8fe09a0843ce1b8e5d0aa505e88ac5b9be751 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: |
@@ -87,4 +87,4 @@ namespace AdblockPlus |
typedef std::shared_ptr<Notification> NotificationPtr; |
} |
-#endif |
+#endif |
Felix Dahlke
2015/11/10 11:31:28
Does this add a newline at EOL? Should be a separa
René Jeschke
2015/11/10 11:38:20
Done.
|