Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus/Platform.h

Issue 29536678: Noissue - fix a warning class 'IV8IsolateProvider' was previously declared as a struct [-Wmismatche… (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
Patch Set: RE-rebase properly Created Sept. 5, 2017, 6:18 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld