| Index: include/AdblockPlus/Notification.h |
| diff --git a/include/AdblockPlus/Notification.h b/include/AdblockPlus/Notification.h |
| index c3b4fea59593cd949312e8d69971a18ff1801535..dd7568f320301abde6d6e5480dbfe50da644adba 100644 |
| --- a/include/AdblockPlus/Notification.h |
| +++ b/include/AdblockPlus/Notification.h |
| @@ -57,7 +57,7 @@ namespace AdblockPlus |
| * Constructor. |
| * @param jsValue `JsValuePtr` notification JavaScript object. |
| */ |
| - explicit Notification(const JsValuePtr& jsValue); |
| + explicit Notification(JsValue&& jsValue); |
| public: |
| /** |
| * Retrieves the type of this notification. |