Skip to content
Snippets Groups Projects
Commit af49f7bf authored by Khaled Noaman's avatar Khaled Noaman
Browse files

Return proper scanner name.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174620 13f79535-47bb-0310-9956-ffa450edef68
parent dc77fb00
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,9 @@ ...@@ -56,6 +56,9 @@
/* /*
* $Log$ * $Log$
* Revision 1.2 2003/01/13 18:29:41 knoaman
* Return proper scanner name.
*
* Revision 1.1 2002/12/09 15:45:13 knoaman * Revision 1.1 2002/12/09 15:45:13 knoaman
* Initial check-in. * Initial check-in.
* *
...@@ -237,7 +240,7 @@ private : ...@@ -237,7 +240,7 @@ private :
inline const XMLCh* DGXMLScanner::getName() const inline const XMLCh* DGXMLScanner::getName() const
{ {
return XMLUni::fgIGScanner; return XMLUni::fgDGScanner;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment