diff options
Diffstat (limited to 'binaryurp')
-rw-r--r-- | binaryurp/source/bridgefactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/bridgefactory.cxx b/binaryurp/source/bridgefactory.cxx index be21fc9c6b40..ff8eff8b6927 100644 --- a/binaryurp/source/bridgefactory.cxx +++ b/binaryurp/source/bridgefactory.cxx @@ -200,7 +200,7 @@ void BridgeFactory::disposing() { namespace { -static cppu::ImplementationEntry const services[] = { +cppu::ImplementationEntry const services[] = { { &binaryurp::BridgeFactory::static_create, &binaryurp::BridgeFactory::static_getImplementationName, &binaryurp::BridgeFactory::static_getSupportedServiceNames, |