mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-30 08:38:15 +01:00
Fix for VS.NET 2003
This commit is contained in:
parent
6256a38fa4
commit
49b2439757
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ SAX::basic_ErrorHandler<stringT>* msxml2_wrapper<stringT, COMInitializerT, strin
|
|||
} // getErrorHandler
|
||||
|
||||
template<class stringT, class COMInitializerT, class string_adaptorT>
|
||||
std::auto_ptr<SAX::basic_XMLReader<stringT>::PropertyBase> msxml2_wrapper<stringT, COMInitializerT, string_adaptorT>::doGetProperty(const stringT& name)
|
||||
std::auto_ptr<typename SAX::basic_XMLReader<stringT>::PropertyBase> msxml2_wrapper<stringT, COMInitializerT, string_adaptorT>::doGetProperty(const stringT& name)
|
||||
{
|
||||
if(name == properties_.lexicalHandler)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue