summaryrefslogtreecommitdiffstats
path: root/base/task_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/task_queue.h')
-rw-r--r--base/task_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/task_queue.h b/base/task_queue.h
index 8bd3cb7..45a43e9 100644
--- a/base/task_queue.h
+++ b/base/task_queue.h
@@ -17,7 +17,7 @@
class BASE_API TaskQueue : public Task {
public:
TaskQueue();
- ~TaskQueue();
+ virtual ~TaskQueue();
// Push the specified task onto the queue. When the queue is run, the tasks
// will be run in the order they are pushed.