From f4004429d339009bec6babe30becdc9c727940b8 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 19 Aug 2013 07:45:55 +0900 Subject: Mark as const Change-Id: Ic81dd60fadecf72f25792903985f2b387df7a7a0 --- sdext/source/presenter/PresenterComponent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdext') diff --git a/sdext/source/presenter/PresenterComponent.cxx b/sdext/source/presenter/PresenterComponent.cxx index d7ab29d47d4f..bb428ba46f31 100644 --- a/sdext/source/presenter/PresenterComponent.cxx +++ b/sdext/source/presenter/PresenterComponent.cxx @@ -30,7 +30,7 @@ using namespace osl; namespace sdext { namespace presenter { -static struct ImplementationEntry gServiceEntries[] = +static const struct ImplementationEntry gServiceEntries[] = { { PresenterProtocolHandler::Create, -- cgit