diff options
Diffstat (limited to 'l10ntools/inc/cfgmerge.hxx')
-rw-r--r-- | l10ntools/inc/cfgmerge.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/cfgmerge.hxx b/l10ntools/inc/cfgmerge.hxx index c61ff03ed261..c2342b5c12cf 100644 --- a/l10ntools/inc/cfgmerge.hxx +++ b/l10ntools/inc/cfgmerge.hxx @@ -159,7 +159,7 @@ class CfgMerge : public CfgParser private: MergeDataFile *pMergeDataFile; std::vector<OString> aLanguages; - ResData *pResData; + std::unique_ptr<ResData> pResData; OString sFilename; bool bEnglish; |