summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-08-15 22:04:05 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-08-15 22:09:58 +0900
commit7ef72aefc6f1bf522e0c3f9f2afda5ff7851e35e (patch)
treeeb51b70e78012113d274e3bedc67b6ebc7101c00 /pyuno
parent03f973ccefd07dbceaa4993206ee4f2f1296d321 (diff)
Mark as const
Change-Id: Ic7ee570935b5d827dc01a483877ea5021da5abea
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/loader/pyuno_loader.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/loader/pyuno_loader.cxx b/pyuno/source/loader/pyuno_loader.cxx
index 718edc744b46..b9b53657ce04 100644
--- a/pyuno/source/loader/pyuno_loader.cxx
+++ b/pyuno/source/loader/pyuno_loader.cxx
@@ -252,7 +252,7 @@ Reference< XInterface > CreateInstance( const Reference< XComponentContext > & c
}
-static struct cppu::ImplementationEntry g_entries[] =
+static const struct cppu::ImplementationEntry g_entries[] =
{
{
pyuno_loader::CreateInstance, pyuno_loader::getImplementationName,