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); |
} |