Coding style fixes
This commit is contained in:
parent
227a2bd5dc
commit
5fa2831756
7 changed files with 23 additions and 33 deletions
|
@ -32,7 +32,7 @@ class CocoaNotification : public Notification {
|
|||
void Dismiss() override;
|
||||
|
||||
void NotificationDisplayed();
|
||||
void NotificationReplied(const std::string reply);
|
||||
void NotificationReplied(const std::string& reply);
|
||||
|
||||
NSUserNotification* notification() const { return notification_; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue