diff options
Diffstat (limited to 'Swift/Controllers/Chat/ChatController.h')
| -rw-r--r-- | Swift/Controllers/Chat/ChatController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/Chat/ChatController.h b/Swift/Controllers/Chat/ChatController.h index d5011e4..a9093d0 100644 --- a/Swift/Controllers/Chat/ChatController.h +++ b/Swift/Controllers/Chat/ChatController.h | |||
| @@ -113,6 +113,7 @@ namespace Swift { | |||
| 113 | boost::signals2::scoped_connection blockingOnStateChangedConnection_; | 113 | boost::signals2::scoped_connection blockingOnStateChangedConnection_; |
| 114 | boost::signals2::scoped_connection blockingOnItemAddedConnection_; | 114 | boost::signals2::scoped_connection blockingOnItemAddedConnection_; |
| 115 | boost::signals2::scoped_connection blockingOnItemRemovedConnection_; | 115 | boost::signals2::scoped_connection blockingOnItemRemovedConnection_; |
| 116 | boost::signals2::scoped_connection continuationsBrokenConnection_; | ||
| 116 | 117 | ||
| 117 | boost::optional<ChatWindow::AlertID> deliveryReceiptAlert_; | 118 | boost::optional<ChatWindow::AlertID> deliveryReceiptAlert_; |
| 118 | boost::optional<ChatWindow::AlertID> blockedContactAlert_; | 119 | boost::optional<ChatWindow::AlertID> blockedContactAlert_; |
Swift