diff options
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/source/bridgetest/constructors.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testtools/source/bridgetest/constructors.cxx b/testtools/source/bridgetest/constructors.cxx index d1e9c6d5a0da..03b633a54665 100644 --- a/testtools/source/bridgetest/constructors.cxx +++ b/testtools/source/bridgetest/constructors.cxx @@ -439,7 +439,7 @@ css::uno::Sequence< OUString > getSupportedServiceNames2() { return s; } -::cppu::ImplementationEntry entries[] = { +::cppu::ImplementationEntry const entries[] = { { &create, &getImplementationName, &getSupportedServiceNames, &::cppu::createSingleComponentFactory, nullptr, 0 }, { &create2, &getImplementationName2, &getSupportedServiceNames2, |