diff options
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/helpmerge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx index 20773de553ac..492f6f7c9a68 100644 --- a/l10ntools/source/helpmerge.cxx +++ b/l10ntools/source/helpmerge.cxx @@ -81,7 +81,7 @@ bool HelpParser::CreatePO( SimpleXMLParser aParser; //TODO: explicit BOM handling? - std::auto_ptr <XMLFile> file ( aParser.Execute( sHelpFile, pXmlFile ) ); + std::unique_ptr <XMLFile> file ( aParser.Execute( sHelpFile, pXmlFile ) ); if(file.get() == NULL) { |