summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-08-02 10:34:11 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-08-02 10:34:43 +0900
commit3aea6c121d3b962d8efafe9b15d35a0f93ddceb3 (patch)
tree50931e45d7b604760fc36c7fc79a650666cfa7e7 /cppuhelper
parent08157e4b63e41c1dbbc07584517fd4341cc5654c (diff)
Mark as const
Change-Id: I7ad2a1bd29afbf4813b1ad984081935ca84ec98a
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/test/cfg_test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/test/cfg_test.cxx b/cppuhelper/test/cfg_test.cxx
index dbbc3e0b05b3..c031fb7cbefa 100644
--- a/cppuhelper/test/cfg_test.cxx
+++ b/cppuhelper/test/cfg_test.cxx
@@ -189,7 +189,7 @@ static Reference< XInterface > SAL_CALL ServiceImpl1_create(
} // namespace cfg_test
-static struct ImplementationEntry g_entries[] =
+static const struct ImplementationEntry g_entries[] =
{
{
::cfg_test::ServiceImpl0_create, ::cfg_test::impl0_getImplementationName,