summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-08-19 07:45:55 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-08-19 07:47:34 +0900
commitf4004429d339009bec6babe30becdc9c727940b8 (patch)
treed55920c147eb53b758cd4b56b6851580148a3edb /sdext
parent88960707cc891a5bfc260ce7568a75c1c8419f73 (diff)
Mark as const
Change-Id: Ic81dd60fadecf72f25792903985f2b387df7a7a0
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterComponent.cxx2
1 files changed, 1 insertions, 1 deletions
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,