💄 Fix cpplint warning.
This commit is contained in:
parent
884f30010c
commit
4647efd22f
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@ namespace atom {
|
||||||
|
|
||||||
class TrayIconObserver {
|
class TrayIconObserver {
|
||||||
public:
|
public:
|
||||||
virtual void OnClicked() {};
|
virtual void OnClicked() {}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual ~TrayIconObserver() {};
|
virtual ~TrayIconObserver() {}
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace atom
|
} // namespace atom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue