diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-12 09:16:31 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-12 09:23:52 +0900 |
commit | 12b1d1cda3332a09476f703629fef372c2b06b2a (patch) | |
tree | 8846f4bf1c7d60069e3ed79e22ade2c1aeed5f3f /odk | |
parent | cc569401a45e7977aed2aa169b2e2c86d2f06da4 (diff) |
Mark as const
Change-Id: I9277052ee9c6197cef7a46bd8f3ab9c5515c2502
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx b/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx index e3c44592af49..33dc4ec4344d 100644 --- a/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx +++ b/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx @@ -175,7 +175,7 @@ Reference< XInterface > SAL_CALL create_MyService2Impl( /* shared lib exports implemented without helpers in service_impl1.cxx */ namespace my_sc_impl { -static struct ::cppu::ImplementationEntry s_component_entries [] = +static const struct ::cppu::ImplementationEntry s_component_entries [] = { { create_MyService1Impl, getImplementationName_MyService1Impl, |