Index: src/plugin/AdblockPlusClient.h |
=================================================================== |
--- a/src/plugin/AdblockPlusClient.h |
+++ b/src/plugin/AdblockPlusClient.h |
@@ -70,6 +70,8 @@ |
std::wstring GetPref(const std::wstring& name, LPCWSTR defaultValue); |
bool GetPref(const std::wstring& name, bool defaultValue = false); |
int64_t GetPref(const std::wstring& name, int64_t defaultValue = 0); |
+ |
+ bool IsFirstRun(); |
Oleksandr
2013/07/22 09:04:51
Please never mind this. Just appears here again, d
|
}; |
#endif // _ADBLOCK_PLUS_CLIENT_H_ |