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

Unified Diff: compiled/library.h

Issue 29721697: Noissue - fix support of namespace, external user-config.h and debug configuration (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git@caf1800ce0342583de4c0320745f0fdb3b55bd01
Patch Set: get rid of the warning Created March 13, 2018, 6:17 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 | « compiled/debug.h ('k') | compiled/library.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/library.h
diff --git a/compiled/library.h b/compiled/library.h
index 63e5c750f8837c5be8a30f35ea3ffb3860f192a0..95a1cf6fb3fd8183b072d0438ae56cc6b01965ee 100644
--- a/compiled/library.h
+++ b/compiled/library.h
@@ -46,7 +46,7 @@ extern "C"
ABP_NS::Subscription* subscription, unsigned int position);
void JSNotifySubscriptionChange(ABP_NS::FilterNotifier::Topic topic,
ABP_NS::Subscription& subscription);
- RegExpID GenerateRegExp(const ABP_NS::String& regexp, bool matchCase);
- void DeleteRegExp(RegExpID id);
- bool TestRegExp(RegExpID id, const ABP_NS::String& str);
+ ABP_NS::RegExpID GenerateRegExp(const ABP_NS::String& regexp, bool matchCase);
+ void DeleteRegExp(ABP_NS::RegExpID id);
+ bool TestRegExp(ABP_NS::RegExpID id, const ABP_NS::String& str);
}
« no previous file with comments | « compiled/debug.h ('k') | compiled/library.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld