From 57931a7cf76a6f5b323e178d3cade25d98e12096 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 29 Jul 2013 17:38:09 +0900 Subject: Mark as const Change-Id: Ib78b25641ae20a3eb23545649f08b963e34c74ff --- l10ntools/source/localize.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools') diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index 8b93ec9d36dd..4828bccfbdd4 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -287,7 +287,7 @@ void handleFilesOfDir( } bool includeProject(const OString& rProject) { - static OString projects[] = { + static const OString projects[] = { "accessibility", "android", "avmedia", -- cgit v1.2.3