diff -r d50d89b86870 -r 4cb8f31c1ff8 src/hugo/minlengthpaths.h --- a/src/hugo/minlengthpaths.h Tue Sep 14 17:41:40 2004 +0000 +++ b/src/hugo/minlengthpaths.h Tue Sep 14 17:42:43 2004 +0000 @@ -161,7 +161,7 @@ if (j>paths.size()-1){ return; } - typename DirPath::Builder B(p); + typename Path::Builder B(p); for(typename std::vector::iterator i=paths[j].begin(); i!=paths[j].end(); ++i ){ B.pushBack(*i);