diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-22 13:59:45 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-22 14:02:31 +0900 |
commit | 98e20a37badecd868460ddbdc73262c494242b42 (patch) | |
tree | bafe144a009f40ca847cfbfbfd7c6c31812e0525 /stoc/source/invocation | |
parent | 43b989808142f49347929311347f9402f4c06368 (diff) |
Mark as const
Change-Id: I65a05b59da6dbc2d37a55129c54ca0f322702364
Diffstat (limited to 'stoc/source/invocation')
-rw-r--r-- | stoc/source/invocation/invocation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/invocation/invocation.cxx b/stoc/source/invocation/invocation.cxx index 13b9448dcc96..f6604f8befd9 100644 --- a/stoc/source/invocation/invocation.cxx +++ b/stoc/source/invocation/invocation.cxx @@ -1177,7 +1177,7 @@ Reference<XInterface> SAL_CALL InvocationService_CreateInstance( const Reference } using namespace stoc_inv; -static struct ImplementationEntry g_entries[] = +static const struct ImplementationEntry g_entries[] = { { InvocationService_CreateInstance, inv_getImplementationName, |