From 2a64f69f359745c72dff28f9778eefa712f60cbd Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 31 Oct 2017 17:35:43 +0100 Subject: [PATCH] Moved insertChatRoom to public part of private core --- src/core/core-p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core-p.h b/src/core/core-p.h index 227c0bea3..6b894ce86 100644 --- a/src/core/core-p.h +++ b/src/core/core-p.h @@ -33,11 +33,11 @@ public: std::unique_ptr mainDb; LinphoneCore *cCore = nullptr; + void insertChatRoom (const std::shared_ptr &chatRoom); void insertChatRoomWithDb (const std::shared_ptr &chatRoom); std::shared_ptr createChatRoom (const Address &peerAddress, bool isRtt); private: - void insertChatRoom (const std::shared_ptr &chatRoom); void deleteChatRoom (const std::string &peerAddress); void deleteChatRoomWithDb (const std::string &peerAddress);