From 07544ee46ffda935714dfc36e5bc5582a7d8c2b0 Mon Sep 17 00:00:00 2001
From: Tobias Markmann <tm@ayena.de>
Date: Fri, 19 Jun 2015 14:40:30 +0200
Subject: Rearranged initialization list to be in sync with sequence in header

Test-Information:

Still builds

Change-Id: I93cd349364093eae320104b5b551c25da47b1d74

diff --git a/Swiften/FileTransfer/LocalJingleTransportCandidateGenerator.cpp b/Swiften/FileTransfer/LocalJingleTransportCandidateGenerator.cpp
index 483fdb3..6ef0e6a 100644
--- a/Swiften/FileTransfer/LocalJingleTransportCandidateGenerator.cpp
+++ b/Swiften/FileTransfer/LocalJingleTransportCandidateGenerator.cpp
@@ -40,10 +40,10 @@ LocalJingleTransportCandidateGenerator::LocalJingleTransportCandidateGenerator(
 			s5bProxy(s5bProxy), 
 			ownJID(ownJID),
 			idGenerator(idGenerator),
-			options_(options),
 			triedServerInit_(false),
 			triedForwarding_(false),
-			triedProxyDiscovery_(false) {
+			triedProxyDiscovery_(false),
+			options_(options) {
 }
 
 LocalJingleTransportCandidateGenerator::~LocalJingleTransportCandidateGenerator() {
-- 
cgit v0.10.2-6-g49f6