mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
manager: remove a minor build warning
No code rot :-) Change-Id: Iba191aaab96c9d1225d4bd562e8c83281737f08b Reviewed-by: Anthony Léonard <anthony.leonard@savoirfairelinux.com>
This commit is contained in:
@ -377,7 +377,6 @@ struct Manager::ManagerPimpl
|
||||
|
||||
Manager::ManagerPimpl::ManagerPimpl(Manager& base)
|
||||
: base_(base)
|
||||
, pluginManager_(new PluginManager)
|
||||
, toneCtrl_(base.preferences)
|
||||
, currentCallMutex_()
|
||||
, dtmfKey_()
|
||||
@ -387,6 +386,7 @@ Manager::ManagerPimpl::ManagerPimpl(Manager& base)
|
||||
, waitingCallsMutex_()
|
||||
, path_()
|
||||
, ringbufferpool_(new RingBufferPool)
|
||||
, pluginManager_(new PluginManager)
|
||||
, conferenceMap_()
|
||||
, ice_tf_()
|
||||
#ifdef RING_VIDEO
|
||||
|
Reference in New Issue
Block a user