diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-01-11 08:45:57 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-01-11 08:45:57 +0100 |
commit | 88c7221926934694635838a269ef3e1659ba03bd (patch) | |
tree | 695f110f26366b6a7698e473952020ba28c68bef /vcl/workben | |
parent | 07bb3d99e7ea969f3543f2209d721c8c18fd33fe (diff) |
loplugin:staticmethods
Change-Id: I15d48d69dd05de34f1b85896c2b143d6f17eeecb
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/vcldemo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx index e293cc563a28..3b3ddeb4bfef 100644 --- a/vcl/workben/vcldemo.cxx +++ b/vcl/workben/vcldemo.cxx @@ -570,7 +570,7 @@ public: struct DrawEllipse : public RegionRenderer { RENDER_DETAILS(ellipse,KEY_E,500) - void doInvert(OutputDevice &rDev, const Rectangle &r, + static void doInvert(OutputDevice &rDev, const Rectangle &r, InvertFlags nFlags) { rDev.Invert(r, nFlags); |