From edec9eacc42ad1ce97bd102b1c79af5be0e651ac Mon Sep 17 00:00:00 2001
From: philippegorley <gorley.philippe@gmail.com>
Date: Wed, 19 Sep 2018 15:56:54 -0400
Subject: [PATCH] preferences: fix compiler warning

Change-Id: I3960bd1640f3f448362cbc643cf1b62fd2cc7fc7
---
 src/preferences.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/preferences.cpp b/src/preferences.cpp
index 98c128f397..976ac9676a 100644
--- a/src/preferences.cpp
+++ b/src/preferences.cpp
@@ -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)
-- 
GitLab