[Lemon-commits] [lemon_svn] alpar: r1152 - hugo/trunk/src/hugo
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:43:33 CET 2006
Author: alpar
Date: Tue Sep 14 19:42:43 2004
New Revision: 1152
Modified:
hugo/trunk/src/hugo/minlengthpaths.h
Log:
Change the name of a template parameter.
Modified: hugo/trunk/src/hugo/minlengthpaths.h
==============================================================================
--- hugo/trunk/src/hugo/minlengthpaths.h (original)
+++ hugo/trunk/src/hugo/minlengthpaths.h Tue Sep 14 19:42:43 2004
@@ -161,7 +161,7 @@
if (j>paths.size()-1){
return;
}
- typename DirPath::Builder B(p);
+ typename Path::Builder B(p);
for(typename std::vector<Edge>::iterator i=paths[j].begin();
i!=paths[j].end(); ++i ){
B.pushBack(*i);
More information about the Lemon-commits
mailing list