Update of /cvsroot/pclasses/pclasses2/include/pclasses/Util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20670/include/pclasses/Util
Modified Files:
StringTool.h
Log Message:
- Fixed StringTool
Index: StringTool.h
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/Util/StringTool.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- StringTool.h 27 May 2005 14:02:17 -0000 1.9
+++ StringTool.h 8 Jul 2005 08:16:43 -0000 1.10
@@ -6,7 +6,7 @@
#include <pclasses/Export.h>
#include <pclasses/Phoenix.h>
-#include <pclasses/Util/LexT.h>
+#include <pclasses/LexT.h>
namespace P {
@@ -19,7 +19,7 @@
*/
namespace StringTool {
- using ::P::Util::LexT;
+ using P::LexT;
/**
Convenience typedef for use with translateEntities().
*/
|