From 7ef72aefc6f1bf522e0c3f9f2afda5ff7851e35e Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 15 Aug 2013 22:04:05 +0900 Subject: Mark as const Change-Id: Ic7ee570935b5d827dc01a483877ea5021da5abea --- remotebridges/source/unourl_resolver/unourl_resolver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remotebridges') diff --git a/remotebridges/source/unourl_resolver/unourl_resolver.cxx b/remotebridges/source/unourl_resolver/unourl_resolver.cxx index c8c26b2b29f3..3114b3ee3eef 100644 --- a/remotebridges/source/unourl_resolver/unourl_resolver.cxx +++ b/remotebridges/source/unourl_resolver/unourl_resolver.cxx @@ -172,7 +172,7 @@ static Reference< XInterface > SAL_CALL ResolverImpl_create( const Reference< XC using namespace unourl_resolver; -static struct ImplementationEntry g_entries[] = +static const struct ImplementationEntry g_entries[] = { { ResolverImpl_create, resolver_getImplementationName, -- cgit