Update notification PR as per feedback

This commit is contained in:
Samuel Attard 2017-06-28 17:00:19 +10:00
parent 7eb14243eb
commit 3774482859
4 changed files with 9 additions and 9 deletions

View file

@ -126,7 +126,7 @@ void Notification::SetHasReply(bool new_has_reply) {
}
void Notification::SetActions(
const std::vector<brightray::NotificationAction> actions) {
const std::vector<brightray::NotificationAction>& actions) {
actions_ = actions;
}