mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
feat(Core): Address and Logger use explicit constructors
This commit is contained in:
parent
e5c3a5a96a
commit
4577b09493
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ class LINPHONE_PUBLIC Address : public ClonableObject {
|
|||
friend class ClientGroupChatRoomPrivate;
|
||||
|
||||
public:
|
||||
Address (const std::string &address = "");
|
||||
explicit Address (const std::string &address = "");
|
||||
Address (const Address &src);
|
||||
~Address ();
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ public:
|
|||
Fatal
|
||||
};
|
||||
|
||||
Logger (Level level);
|
||||
explicit Logger (Level level);
|
||||
~Logger ();
|
||||
|
||||
std::ostringstream &getOutput ();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue