From: stephan b. <sg...@us...> - 2004-12-23 03:23:01
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv444 Modified Files: PathFinder.h Log Message: changed include block so it will not collide with the one from s11n.net Index: PathFinder.h =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/System/PathFinder.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- PathFinder.h 23 Dec 2004 02:41:16 -0000 1.1 +++ PathFinder.h 23 Dec 2004 03:22:50 -0000 1.2 @@ -1,5 +1,5 @@ -#ifndef cl_PATHFINDER_H -#define cl_PATHFINDER_H +#ifndef p_system_PATHFINDER_H +#define p_system_PATHFINDER_H // Author: stephan beal <st...@s1...> // License: Public Domain @@ -179,4 +179,4 @@ } } // namespaces -#endif // cl_PATHFINDER_H +#endif // p_system_PATHFINDER_H |