summaryrefslogtreecommitdiffstats
path: root/include/vcl/scheduler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-09 08:55:13 +0200
committerNoel Grandin <noel@peralex.com>2015-06-09 10:06:57 +0200
commit81b954718f0cdac6873927e869b3e41f863562e7 (patch)
tree3e12a2cb35b263ea4d4e49b61af2ca8b733c5c28 /include/vcl/scheduler.hxx
parentTango updates (diff)
downloadcore-81b954718f0cdac6873927e869b3e41f863562e7.tar.gz
core-81b954718f0cdac6873927e869b3e41f863562e7.zip
loplugin:unnecessaryvirtuals
Improve the plugin a little. Create a python script to process the output. Run it again. Change-Id: I05c21d8a21c8f4243af739c412fda0a521f9b5f0
Diffstat (limited to 'include/vcl/scheduler.hxx')
-rw-r--r--include/vcl/scheduler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/scheduler.hxx b/include/vcl/scheduler.hxx
index 5ce31e2db795..dfa1483132b2 100644
--- a/include/vcl/scheduler.hxx
+++ b/include/vcl/scheduler.hxx
@@ -73,7 +73,7 @@ public:
virtual void Invoke() = 0;
virtual void Start();
- virtual void Stop();
+ void Stop();
bool IsActive() const { return mbActive; }
void SetInActive() { mbActive = false; }