Index: include/AdblockPlus/Notification.h |
diff --git a/include/AdblockPlus/Notification.h b/include/AdblockPlus/Notification.h |
index afcbd724b24d952e94b5b7ac7fd81abf73d8ea33..6b66d2ca4a155218efe8c0614b43a7e8b4ffc9f7 100644 |
--- a/include/AdblockPlus/Notification.h |
+++ b/include/AdblockPlus/Notification.h |
@@ -1,6 +1,6 @@ |
/* |
* This file is part of Adblock Plus <https://adblockplus.org/>, |
- * Copyright (C) 2006-2017 eyeo GmbH |
+ * Copyright (C) 2006-present eyeo GmbH |
* |
* Adblock Plus is free software: you can redistribute it and/or modify |
* it under the terms of the GNU General Public License version 3 as |
@@ -32,6 +32,7 @@ namespace AdblockPlus |
{ |
NOTIFICATION_TYPE_INFORMATION, |
NOTIFICATION_TYPE_QUESTION, |
+ NOTIFICATION_TYPE_RELENTLESS, |
NOTIFICATION_TYPE_CRITICAL |
}; |