Skip to content
Snippets Groups Projects
Commit edec9eac authored by Philippe Gorley's avatar Philippe Gorley Committed by Adrien Béraud
Browse files

preferences: fix compiler warning

Change-Id: I3960bd1640f3f448362cbc643cf1b62fd2cc7fc7
parent 98518e99
Branches
Tags
No related merge requests found
......@@ -146,8 +146,8 @@ static const char * const ALSA_DFT_CARD = "0"; /** Default sound car
Preferences::Preferences() :
accountOrder_("")
, historyLimit_(0)
, ringingTimeout_(30)
, historyMaxCalls_(20)
, ringingTimeout_(30)
, zoneToneChoice_(DFT_ZONE) // DFT_ZONE
, registrationExpire_(180)
, portNum_(sip_utils::DEFAULT_SIP_PORT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment