mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
Corrected setProperty call so works with std::wstring
This commit is contained in:
parent
21a9defd91
commit
5fe71a1059
1 changed files with 1 additions and 1 deletions
|
@ -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(...)
|
||||
{ }
|
||||
|
|
Loading…
Reference in a new issue