mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
Fix backwards typedef
This commit is contained in:
@@ -30,8 +30,8 @@ class NotificationPresenterMac : public NotificationPresenter {
|
||||
int notification_id) OVERRIDE;
|
||||
|
||||
private:
|
||||
typedef NotificationMap std::map<std::string,
|
||||
base::scoped_nsobject<NSUserNotification>>;
|
||||
typedef std::map<std::string, base::scoped_nsobject<NSUserNotification>>
|
||||
NotificationMap;
|
||||
NotificationMap notification_map_;
|
||||
base::scoped_nsobject<BRYUserNotificationCenterDelegate> delegate_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user