summaryrefslogtreecommitdiff
path: root/binaryurp
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp')
-rw-r--r--binaryurp/source/bridge.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx
index 8b64e65647d7..8b086b71119b 100644
--- a/binaryurp/source/bridge.cxx
+++ b/binaryurp/source/bridge.cxx
@@ -205,8 +205,8 @@ Bridge::Bridge(
}
void Bridge::start() {
- rtl::Reference< Reader > r(new Reader(this));
- rtl::Reference< Writer > w(new Writer(this));
+ rtl::Reference r(new Reader(this));
+ rtl::Reference w(new Writer(this));
{
osl::MutexGuard g(mutex_);
assert(