| Index: src/plugin/AdblockPlusClient.h |
| =================================================================== |
| --- a/src/plugin/AdblockPlusClient.h |
| +++ b/src/plugin/AdblockPlusClient.h |
| @@ -42,7 +42,7 @@ |
| CComAutoCriticalSection m_criticalSectionFilter; |
| CComAutoCriticalSection m_criticalSectionCache; |
| - static CComAutoCriticalSection s_criticalSectionLocal; |
| + static CComAutoCriticalSection s_criticalSectionLocal; |
| std::map<std::wstring, bool> m_cacheBlockedSources; |
| @@ -93,7 +93,6 @@ |
| bool GetPref(const std::wstring& name, bool defaultValue = false); |
| int64_t GetPref(const std::wstring& name, int64_t defaultValue = 0); |
| void CheckForUpdates(HWND callbackWindow); |
| - std::wstring GetAppLocale(); |
| std::wstring GetDocumentationLink(); |
| bool TogglePluginEnabled(); |
| std::wstring GetHostFromUrl(const std::wstring& url); |
| @@ -101,7 +100,7 @@ |
| bool IsFirstRun(); |
| }; |
| - |
| -typedef CAdblockPlusClient CPluginClient; |
| + |
| +typedef CAdblockPlusClient CPluginClient; |
| #endif // _ADBLOCK_PLUS_CLIENT_H_ |