fix for swift issues
This commit is contained in:
parent
94c7ea512f
commit
e9379491d6
|
@ -85,6 +85,7 @@ namespace realm {
|
|||
typedef std::shared_ptr<std::function<void(const std::string)>> NotificationFunction;
|
||||
void add_notification(NotificationFunction ¬ification) { m_notifications.insert(notification); }
|
||||
void remove_notification(NotificationFunction notification) { m_notifications.erase(notification); }
|
||||
void remove_all_notifications() { m_notifications.clear(); }
|
||||
|
||||
void invalidate();
|
||||
bool compact();
|
||||
|
|
Loading…
Reference in New Issue