diff --git a/linphone-desktop/src/components/chat/ChatProxyModel.cpp b/linphone-desktop/src/components/chat/ChatProxyModel.cpp index 7d44cd6c3..ebe74ba0d 100644 --- a/linphone-desktop/src/components/chat/ChatProxyModel.cpp +++ b/linphone-desktop/src/components/chat/ChatProxyModel.cpp @@ -58,7 +58,7 @@ private: // ============================================================================= -const int ChatProxyModel::ENTRIES_CHUNK_SIZE = 50; +const int ChatProxyModel::ENTRIES_CHUNK_SIZE = 50; ChatProxyModel::ChatProxyModel (QObject *parent) : QSortFilterProxyModel(parent) { m_chat_model_filter = new ChatModelFilter(this);