diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-08-31 12:11:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-08-31 12:14:41 +0200 |
commit | 3f226429e3a63083f47e5cb33123dee7ba2d0728 (patch) | |
tree | 12f92d1617554b1dc4875498edff2b36bead8d77 /vcl/inc/win/winlayout.hxx | |
parent | 237d62284f3d2d5a03b985623f6dc5c338367c9c (diff) |
loplugin:constparams: vcl (clang-cl)
Change-Id: Iabcbb6e09616a28c0d8927d11af3da47e48cbd90
Diffstat (limited to 'vcl/inc/win/winlayout.hxx')
-rw-r--r-- | vcl/inc/win/winlayout.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/win/winlayout.hxx b/vcl/inc/win/winlayout.hxx index 9ab63fb311ee..343b5671fcad 100644 --- a/vcl/inc/win/winlayout.hxx +++ b/vcl/inc/win/winlayout.hxx @@ -146,7 +146,7 @@ public: class WinFontInstance : public LogicalFontInstance { public: - explicit WinFontInstance( FontSelectPattern& ); + explicit WinFontInstance( FontSelectPattern const & ); virtual ~WinFontInstance() override; private: |