| Index: include/AdblockPlus/Notification.h | 
| diff --git a/include/AdblockPlus/Notification.h b/include/AdblockPlus/Notification.h | 
| index bbfde9ef1ab014149bfa016698a78da984930a1c..b11da49a684e1fb847285b2e36ca3023f5e3fd54 100644 | 
| --- a/include/AdblockPlus/Notification.h | 
| +++ b/include/AdblockPlus/Notification.h | 
| @@ -69,7 +69,7 @@ namespace AdblockPlus | 
| * Retrieves the title and message of this notification. | 
| * @return Translated texts. | 
| */ | 
| -    NotificationTexts GetTexts(); | 
| +    NotificationTexts GetTexts() const; | 
|  | 
| /** | 
| * Retrieves the URLs which should be mapped to the links in the message. | 
|  |