From: Scott Cantor Date: Tue, 14 Sep 2010 01:27:10 +0000 (+0000) Subject: Reorder initializers. X-Git-Tag: 1.4RC1~25 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=f57948da5b257784f9d1ae7ffb035e5066c9bad6 Reorder initializers. --- diff --git a/xmltooling/internal.h b/xmltooling/internal.h index a49e26b..d4eb294 100644 --- a/xmltooling/internal.h +++ b/xmltooling/internal.h @@ -78,11 +78,11 @@ namespace xmltooling { class XMLToolingInternalConfig : public XMLToolingConfig { public: - XMLToolingInternalConfig() - : m_lock(nullptr), m_parserPool(nullptr), m_validatingPool(nullptr) + XMLToolingInternalConfig() : #ifndef XMLTOOLING_NO_XMLSEC - ,m_xsecProvider(nullptr) + m_xsecProvider(nullptr), #endif + m_lock(nullptr), m_parserPool(nullptr), m_validatingPool(nullptr) { }