summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/Chat/UnitTest/MockChatListWindow.h')
-rw-r--r--Swift/Controllers/Chat/UnitTest/MockChatListWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/UnitTest/MockChatListWindow.h b/Swift/Controllers/Chat/UnitTest/MockChatListWindow.h
index b1e1329..6ac8d4a 100644
--- a/Swift/Controllers/Chat/UnitTest/MockChatListWindow.h
+++ b/Swift/Controllers/Chat/UnitTest/MockChatListWindow.h
@@ -18,7 +18,7 @@ namespace Swift {
void removeMUCBookmark(const MUCBookmark& /*bookmark*/) {}
void setBookmarksEnabled(bool /*enabled*/) {}
void setRecents(const std::list<ChatListWindow::Chat>& /*recents*/) {}
- void setUnreadCount(int unread) {}
+ void setUnreadCount(int /*unread*/) {}
void clearBookmarks() {}
};