 Issue 6025347820683264:
  Issue 1106 - Enable Acceptable Ads by default for new installs and updates from versions < 1.2  (Closed)
    
  
    Issue 6025347820683264:
  Issue 1106 - Enable Acceptable Ads by default for new installs and updates from versions < 1.2  (Closed) 
  | Index: src/plugin/AdblockPlusClient.h | 
| =================================================================== | 
| --- a/src/plugin/AdblockPlusClient.h | 
| +++ b/src/plugin/AdblockPlusClient.h | 
| @@ -80,6 +80,7 @@ | 
| std::wstring GetDocumentationLink(); | 
| bool TogglePluginEnabled(); | 
| std::wstring GetHostFromUrl(const std::wstring& url); | 
| + int CompareVersions(const std::wstring& v1, const std::wstring& v2); | 
| bool IsFirstRun(); | 
| }; |