appease the linter
This commit is contained in:
parent
919d7fa22e
commit
24ab5075e7
3 changed files with 77 additions and 68 deletions
|
@ -32,7 +32,8 @@ class AutoUpdater : public mate::EventEmitter<AutoUpdater>,
|
|||
|
||||
// Delegate implementations.
|
||||
void OnError(const std::string& error) override;
|
||||
void OnError(const std::string& message, const int code, const std::string& domain);
|
||||
void OnError(const std::string& message,
|
||||
const int code, const std::string& domain);
|
||||
void OnCheckingForUpdate() override;
|
||||
void OnUpdateAvailable() override;
|
||||
void OnUpdateNotAvailable() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue