Reorder initializers.
authorScott Cantor <cantor.2@osu.edu>
Tue, 14 Sep 2010 01:45:52 +0000 (01:45 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 14 Sep 2010 01:45:52 +0000 (01:45 +0000)
xmltooling/util/CurlURLInputStream.cpp

index 4918546..5526024 100644 (file)
@@ -135,8 +135,8 @@ namespace {
 CurlURLInputStream::CurlURLInputStream(const char* url, string* cacheTag)
     : fLog(logging::Category::getInstance(XMLTOOLING_LOGCAT".libcurl.InputStream"))
     , fCacheTag(cacheTag)
-    , fOpenSSLOps(SSL_OP_ALL|SSL_OP_NO_SSLv2)
     , fURL(url ? url : "")
+    , fOpenSSLOps(SSL_OP_ALL|SSL_OP_NO_SSLv2)
     , fMulti(0)
     , fEasy(0)
     , fHeaders(0)