Author: dbertoni
Date: Tue Jun 7 17:25:25 2005
New Revision: 189479
URL: http://svn.apache.org/viewcvs?rev=189479&view=rev
Log:
Removed spurious class qualification.
Modified:
xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/PlatformUtils.hpp
Modified:
xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/PlatformUtils.hpp
URL:
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/PlatformUtils.hpp?rev=189479&r1=189478&r2=189479&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/PlatformUtils.hpp
(original)
+++ xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/PlatformUtils.hpp
Tue Jun 7 17:25:25 2005
@@ -214,7 +214,7 @@
* @param manager The MemoryManager to use to allocate objects
*/
static XMLFileMgr*
- XMLPlatformUtils::makeFileMgr(MemoryManager* const manager);
+ makeFileMgr(MemoryManager* const manager);
/** Get the current file position
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]