Index: src/plugin/AdblockPlusClient.h |
=================================================================== |
--- a/src/plugin/AdblockPlusClient.h |
+++ b/src/plugin/AdblockPlusClient.h |
@@ -61,7 +61,7 @@ |
void SetPref(const std::wstring& name, const std::wstring& value); |
std::wstring GetPref(const std::wstring& name); |
- bool GetIsFirstRun(); |
+ bool IsFirstRun(); |
}; |
#endif // _ADBLOCK_PLUS_CLIENT_H_ |