[sword-svn] r2202 - trunk/src/mgr

chrislit at www.crosswire.org chrislit at www.crosswire.org
Sat Sep 13 19:26:14 MST 2008


Author: chrislit
Date: 2008-09-13 19:26:14 -0700 (Sat, 13 Sep 2008)
New Revision: 2202

Modified:
   trunk/src/mgr/versemgr.cpp
Log:
added missing `using std::distance` statement

Modified: trunk/src/mgr/versemgr.cpp
===================================================================
--- trunk/src/mgr/versemgr.cpp	2008-09-14 02:05:37 UTC (rev 2201)
+++ trunk/src/mgr/versemgr.cpp	2008-09-14 02:26:14 UTC (rev 2202)
@@ -30,7 +30,7 @@
 
 using std::vector;
 using std::map;
-
+using std::distance;
 using std::lower_bound;
 
 SWORD_NAMESPACE_START




More information about the sword-cvs mailing list