Corrected setProperty call so works with std::wstring

This commit is contained in:
jez_higgins 2003-08-27 14:20:34 +00:00
parent 21a9defd91
commit 5fe71a1059

View file

@ -267,7 +267,7 @@ void basic_Writer<string_type>::parse(InputSourceT& input)
{
XMLReaderT* parent = getParent();
if(parent)
parent->setProperty(properties_.lexicalHandler, static_cast<SAX::LexicalHandler&>(*this));
parent->setProperty(properties_.lexicalHandler, static_cast<LexicalHandlerT&>(*this));
}
catch(...)
{ }