Index: include/AdblockPlus/Platform.h |
=================================================================== |
--- a/include/AdblockPlus/Platform.h |
+++ b/include/AdblockPlus/Platform.h |
@@ -25,17 +25,17 @@ |
#include "AppInfo.h" |
#include "Scheduler.h" |
#include "FilterEngine.h" |
#include <mutex> |
#include <future> |
namespace AdblockPlus |
{ |
- class IV8IsolateProvider; |
+ struct IV8IsolateProvider; |
class JsEngine; |
/** |
* AdblockPlus platform is the main component providing access to other |
* modules. |
* |
* It manages the functionality modules, e.g. JsEngine and FilterEngine as |
* well as allows to correctly work with asynchronous functionality. |