diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-11-11 08:55:20 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-11-11 08:55:20 +0100 |
commit | 508bb937db9ca736dadd5d2739e25ba40c417d68 (patch) | |
tree | fa334d707426ae96cf546b16164fb98bd4773056 /vcl/win | |
parent | a5b4046eb93c950296dee846bc1444921e5bf332 (diff) |
loplugin:override
Change-Id: I3b0d6394fa6f127f89ee7dfcd2ec22de495fa566
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/gdi/salfont.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/gdi/salfont.cxx b/vcl/win/gdi/salfont.cxx index d0c00a63a4d5..f290bdd6c878 100644 --- a/vcl/win/gdi/salfont.cxx +++ b/vcl/win/gdi/salfont.cxx @@ -151,7 +151,7 @@ public: mhDC = GetDC(nullptr); }; - ~WinGlyphFallbackSubstititution() + ~WinGlyphFallbackSubstititution() override { ReleaseDC(nullptr, mhDC); }; |