From 0d0598fc8f7fffe90b9e14b3825f98770ce1affa Mon Sep 17 00:00:00 2001 From: jan iversen Date: Mon, 21 Mar 2016 13:38:42 +0100 Subject: genlang, PO files contain both comment and resource extra the .ulf ==> .pot keep the x-comment, therefore the memory db is expanded with sResource and sComment. The memory db API is changed to add the 2 new fields, which causes a change in all callers. Change-Id: I38527c8d2db9d56ecf9ae42550ed5420371b658e --- l10ntools/inc/gConvSrc.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools/inc/gConvSrc.hxx') diff --git a/l10ntools/inc/gConvSrc.hxx b/l10ntools/inc/gConvSrc.hxx index 21fa0f497c98..dd41895b4483 100644 --- a/l10ntools/inc/gConvSrc.hxx +++ b/l10ntools/inc/gConvSrc.hxx @@ -28,7 +28,7 @@ class convert_src : public convert_gen bool mbExpectValue; convert_src(l10nMem& crMemory); - ~convert_src(); + ~convert_src() {}; void setValue (char *syyText, char *sbuildValue); void setLang (char *syyText, bool bEnUs); -- cgit