Fix compile error after rebase
This commit is contained in:
committed by
Stefan Tröger
parent
1c1531278c
commit
b7fe543ca9
@@ -393,15 +393,15 @@ bool Base::XMLReader::doNameMapping() const
|
||||
// ---------------------------------------------------------------------------
|
||||
// Base::XMLReader: Implementation of the SAX DocumentHandler interface
|
||||
// ---------------------------------------------------------------------------
|
||||
void Base::XMLReader::startDocument()
|
||||
{
|
||||
ReadType = StartDocument;
|
||||
}
|
||||
|
||||
void Base::XMLReader::endDocument()
|
||||
{
|
||||
ReadType = EndDocument;
|
||||
}
|
||||
void Base::XMLReader::startDocument()
|
||||
{
|
||||
ReadType = StartDocument;
|
||||
}
|
||||
|
||||
void Base::XMLReader::endDocument()
|
||||
{
|
||||
ReadType = EndDocument;
|
||||
}
|
||||
|
||||
void Base::XMLReader::startElement(const XMLCh* const /*uri*/, const XMLCh* const localname, const XMLCh* const /*qname*/, const XERCES_CPP_NAMESPACE_QUALIFIER Attributes& attrs)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user