| Index: include/AdblockPlus/JsValue.h |
| diff --git a/include/AdblockPlus/JsValue.h b/include/AdblockPlus/JsValue.h |
| index 44535f92711382aa905576c59a283a82e3e4c490..6a27f1576441db34902aa3f14b4a285e2507e1c9 100644 |
| --- a/include/AdblockPlus/JsValue.h |
| +++ b/include/AdblockPlus/JsValue.h |
| @@ -106,6 +106,12 @@ namespace AdblockPlus |
| //@} |
| /** |
| + * Adds value if this is an array (see `IsArray()`). |
| + * @param value Value. |
| + */ |
| + void Push(const JsValuePtr& value); |
| + |
| + /** |
| * Returns the value's class name, e.g.\ _Array_ for arrays |
| * (see `IsArray()`). |
| * Technically, this is the name of the function that was used as a |