From 14d45665433eec974acd96f813f2bf314bdb3eba Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 19 Oct 2017 11:09:13 +0200 Subject: loplugin:constmethod in codemaker,registry,store Change-Id: Ie75875974f054ff79bd64b1c261e79e2b78eb7fc Reviewed-on: https://gerrit.libreoffice.org/43540 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sal/textenc/textenc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal') diff --git a/sal/textenc/textenc.cxx b/sal/textenc/textenc.cxx index d435c8f317e2..d78302121334 100644 --- a/sal/textenc/textenc.cxx +++ b/sal/textenc/textenc.cxx @@ -395,7 +395,7 @@ public: } } - ImplTextEncodingData const * get(rtl_TextEncoding encoding) { + ImplTextEncodingData const * get(rtl_TextEncoding encoding) const { return (*function_)(encoding); } -- cgit