diff options
Diffstat (limited to 'base/synchronization/waitable_event_watcher.h')
-rw-r--r-- | base/synchronization/waitable_event_watcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/synchronization/waitable_event_watcher.h b/base/synchronization/waitable_event_watcher.h index aa16d0b..6e1d197 100644 --- a/base/synchronization/waitable_event_watcher.h +++ b/base/synchronization/waitable_event_watcher.h @@ -68,7 +68,7 @@ class BASE_API WaitableEventWatcher public: WaitableEventWatcher(); - ~WaitableEventWatcher(); + virtual ~WaitableEventWatcher(); class Delegate { public: |