mirror of
https://github.com/electron/electron.git
synced 2026-02-06 05:05:16 -05:00
Fix reference typed reply placeholder
This commit is contained in:
@@ -28,7 +28,7 @@ class CocoaNotification : public Notification {
|
||||
const SkBitmap& icon,
|
||||
bool silent,
|
||||
const bool has_reply,
|
||||
const base::string16 reply_placeholder) override;
|
||||
const base::string16& reply_placeholder) override;
|
||||
void Dismiss() override;
|
||||
|
||||
void NotificationDisplayed();
|
||||
|
||||
Reference in New Issue
Block a user