summaryrefslogtreecommitdiff
path: root/l10ntools/source/gL10nMem.cxx
diff options
context:
space:
mode:
authorjan iversen <jani@documentfoundation.org>2016-03-23 17:12:11 +0100
committerjan iversen <jani@documentfoundation.org>2016-03-23 17:20:15 +0100
commit11231f9179db9821effc884e8adade48fdf89938 (patch)
tree4590559f7d249e1647fd05fff9753e19c431a56a /l10ntools/source/gL10nMem.cxx
parenta5728dca0926ccad4f87e62da76483565d70d649 (diff)
genlang, removed clang problems
The clang plugin does not not like for (<foo>;<foo>;<foo>) ; (most compilers do not complain, when using the ' ') Also a virtual destructor need "override" in the implementing class. Change-Id: Ib99702f11dbd24595935594ee97c136c8e604aff
Diffstat (limited to 'l10ntools/source/gL10nMem.cxx')
-rw-r--r--l10ntools/source/gL10nMem.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10ntools/source/gL10nMem.cxx b/l10ntools/source/gL10nMem.cxx
index fb50ac96985a..f5c5d410fd18 100644
--- a/l10ntools/source/gL10nMem.cxx
+++ b/l10ntools/source/gL10nMem.cxx
@@ -24,7 +24,9 @@
using namespace std;
#include "gL10nMem.hxx"
-#include "gConvPO.hxx"
+#include "gConvPo.hxx"
+
+
l10nMem *myMem;