Coding style fixes

This commit is contained in:
Cheng Zhao 2017-05-31 16:17:29 +09:00
parent 227a2bd5dc
commit 5fa2831756
7 changed files with 23 additions and 33 deletions

View file

@ -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_; }