brave-experiments / ad-block

Ad block engine used in the Brave browser for ABP filter syntax based lists like EasyList.
https://www.brave.com
Mozilla Public License 2.0
239 stars 95 forks source link

Fixed an issue with C++ sample in README.md #163

Closed ali-idrizi closed 5 years ago

ali-idrizi commented 5 years ago

The first argument of AdBlockClient::serialize() is int*. In the sample code an int is passed instead.