summaryrefslogtreecommitdiff
path: root/include/vcl/debugevent.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-11 13:06:23 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-11 13:17:09 +0100
commit9f2e50408f724c2b8a2b13e322325b6d535d1477 (patch)
tree30b744a977c4cc62f91102e2c25245e5ed05df58 /include/vcl/debugevent.hxx
parent8ee94bfb1d3cb16e533dbed3cc4a03fafa9062df (diff)
loplugin:privatebase: Make derivation from Timer explicitly private
Change-Id: I5c3bcd19bb63f78c8d06961d39b0932220cb3762
Diffstat (limited to 'include/vcl/debugevent.hxx')
-rw-r--r--include/vcl/debugevent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/debugevent.hxx b/include/vcl/debugevent.hxx
index 8cde5ef3b4a1..a4331adc4d87 100644
--- a/include/vcl/debugevent.hxx
+++ b/include/vcl/debugevent.hxx
@@ -17,7 +17,7 @@
#include <sal/types.h>
#include <vcl/window.hxx>
-class VCL_DLLPUBLIC DebugEventInjector : Timer {
+class VCL_DLLPUBLIC DebugEventInjector : private Timer {
sal_uInt32 mnEventsLeft;
DebugEventInjector( sal_uInt32 nMaxEvents );