diff options
Diffstat (limited to 'Swift/Controllers/Chat/Chattables.h')
| -rw-r--r-- | Swift/Controllers/Chat/Chattables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/Chattables.h b/Swift/Controllers/Chat/Chattables.h index c115fb3..3b5817a 100644 --- a/Swift/Controllers/Chat/Chattables.h +++ b/Swift/Controllers/Chat/Chattables.h | |||
| @@ -22,7 +22,7 @@ class Chattables { | |||
| 22 | JID jid; | 22 | JID jid; |
| 23 | /// Empty for no name | 23 | /// Empty for no name |
| 24 | std::string name; | 24 | std::string name; |
| 25 | int unreadCount = 0; | 25 | size_t unreadCount = 0; |
| 26 | Type type; | 26 | Type type; |
| 27 | StatusShow::Type status = StatusShow::None; | 27 | StatusShow::Type status = StatusShow::None; |
| 28 | //avatar | 28 | //avatar |
Swift