diff options
Diffstat (limited to 'binaryurp/source/bridge.cxx')
-rw-r--r-- | binaryurp/source/bridge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx index fcb26805f1e7..4460de1d3c60 100644 --- a/binaryurp/source/bridge.cxx +++ b/binaryurp/source/bridge.cxx @@ -104,7 +104,7 @@ public: ~AttachThread(); - const rtl::ByteSequence& getTid() throw () { return tid_;} + const rtl::ByteSequence& getTid() const throw () { return tid_;} private: AttachThread(const AttachThread&) = delete; |