[cpp-xmltooling] branch master updated: Fix init order
Scott Cantor
cantor.2 at osu.edu
Fri Jun 24 14:14:51 EDT 2016
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=8505a89284526fd3136fa42199f1d2ccccb9cb1f
The following commit(s) were added to refs/heads/master by this push:
new 8505a89 Fix init order
8505a89 is described below
commit 8505a89284526fd3136fa42199f1d2ccccb9cb1f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 24 14:15:06 2016 -0400
Fix init order
---
xmltooling/util/ParserPool.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xmltooling/util/ParserPool.cpp b/xmltooling/util/ParserPool.cpp
index 5a66acd..bad84f7 100644
--- a/xmltooling/util/ParserPool.cpp
+++ b/xmltooling/util/ParserPool.cpp
@@ -547,7 +547,7 @@ xsecsize_t StreamInputSource::StreamBinInputStream::readBytes(XMLByte* const toF
#ifdef XMLTOOLING_LITE
-URLInputSource::URLInputSource(const XMLCh* url, const char* systemId, string* cacheTag, std::string backingFile) : InputSource(systemId), m_url(url), m_backingFile(backingFile)
+URLInputSource::URLInputSource(const XMLCh* url, const char* systemId, string* cacheTag, std::string backingFile) : InputSource(systemId), m_backingFile(backingFile), m_url(url)
{
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list