diff options
Diffstat (limited to 'Swift/Controllers/UnitTest/MockChatWindow.h')
| -rw-r--r-- | Swift/Controllers/UnitTest/MockChatWindow.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Swift/Controllers/UnitTest/MockChatWindow.h b/Swift/Controllers/UnitTest/MockChatWindow.h index 389d787..38b3b1f 100644 --- a/Swift/Controllers/UnitTest/MockChatWindow.h +++ b/Swift/Controllers/UnitTest/MockChatWindow.h @@ -73,7 +73,7 @@ namespace Swift {              virtual void activate() {}              virtual void setAvailableSecurityLabels(const std::vector<SecurityLabelsCatalog::Item>& labels) {labels_ = labels;}              virtual void setSecurityLabelsEnabled(bool enabled) {labelsEnabled_ = enabled;} -            virtual void setUnreadMessageCount(int /*count*/) {} +            virtual void setUnreadMessageCount(size_t /*count*/) {}              virtual void convertToMUC(MUCType mucType) {                  mucType_ = mucType; | 
 Swift
 Swift