From 59887868da3499c68d5f259cfa48178354397448 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 13 Sep 2018 13:08:33 +0200 Subject: loplugin:constfields in vcl Change-Id: I1072642be4fdfa720e61f2d7bad3c2701eb81610 Reviewed-on: https://gerrit.libreoffice.org/60430 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/gfxlink.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/gfxlink.hxx') diff --git a/include/vcl/gfxlink.hxx b/include/vcl/gfxlink.hxx index 29e7a0e53c88..5df70b8bc53d 100644 --- a/include/vcl/gfxlink.hxx +++ b/include/vcl/gfxlink.hxx @@ -60,7 +60,7 @@ private: SwapOutData(const OUString &aURL); ~SwapOutData(); - OUString maURL; // File is removed in the destructor + OUString const maURL; // File is removed in the destructor }; -- cgit