|
From: stephan b. <sg...@us...> - 2004-12-24 01:43:31
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1207 Modified Files: PathFinder.h Log Message: changed a bogus return type Index: PathFinder.h =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/System/PathFinder.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- PathFinder.h 23 Dec 2004 03:22:50 -0000 1.2 +++ PathFinder.h 24 Dec 2004 01:43:15 -0000 1.3 @@ -69,7 +69,7 @@ /** Returns the path separator string. Default is ":"; */ - const std::string & pathSeparator() const; + std::string pathSeparator() const; /** Sets the path to p, which should be a path_separtor()-delimited string. |