From d9b6f4fd38da9f875b78f6ff365bcb16fb2c8e8b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 Oct 2017 17:12:09 +0200 Subject: loplugin:constmethods in unotools Change-Id: I13df4e184a826682f34a1d9e974b601397ba4a3d Reviewed-on: https://gerrit.libreoffice.org/43865 Tested-by: Jenkins Reviewed-by: Noel Grandin --- binaryurp/source/bridge.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryurp') 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; -- cgit