[sword-svn] r2983 - trunk/src/mgr
scribe at crosswire.org
scribe at crosswire.org
Sun Sep 15 09:22:32 MST 2013
Author: scribe
Date: 2013-09-15 09:22:32 -0700 (Sun, 15 Sep 2013)
New Revision: 2983
Modified:
trunk/src/mgr/ftplibftpt.cpp
Log:
removing static qualifier from struct
Modified: trunk/src/mgr/ftplibftpt.cpp
===================================================================
--- trunk/src/mgr/ftplibftpt.cpp 2013-09-15 13:33:03 UTC (rev 2982)
+++ trunk/src/mgr/ftplibftpt.cpp 2013-09-15 16:22:32 UTC (rev 2983)
@@ -34,7 +34,7 @@
namespace {
- static struct MyProgressData {
+ struct MyProgressData {
StatusReporter *sr;
long totalSize;
bool *term;
More information about the sword-cvs
mailing list