appease the linter

This commit is contained in:
Shelley Vohr 2017-07-26 18:29:10 -07:00
parent 919d7fa22e
commit 24ab5075e7
3 changed files with 77 additions and 68 deletions

View file

@ -22,7 +22,8 @@ class Delegate {
// An error happened.
virtual void OnError(const std::string& error) {}
virtual void OnError(const std::string& error, const int code, const std::string& domain) {}
virtual void OnError(const std::string& error,
const int code, const std::string& domain) {}
// Checking to see if there is an update
virtual void OnCheckingForUpdate() {}