Add header declarations in auto_updater
This commit is contained in:
parent
8cf00fece6
commit
919d7fa22e
2 changed files with 4 additions and 2 deletions
|
@ -22,6 +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) {}
|
||||
|
||||
// Checking to see if there is an update
|
||||
virtual void OnCheckingForUpdate() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue