From 3e3614190d80a01d8c871d7f7243f2cc3a716ec4 Mon Sep 17 00:00:00 2001
From: Andreas Oberritter <obi@opendreambox.org>
Date: Sun, 22 Jan 2006 12:24:02 +0000
Subject: [PATCH] added virtual destructor

---
 lib/base/filepush.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/base/filepush.h b/lib/base/filepush.h
index 7e16fa02..9927322f 100644
--- a/lib/base/filepush.h
+++ b/lib/base/filepush.h
@@ -9,6 +9,7 @@
 class iFilePushScatterGather
 {
 public:
+	virtual ~iFilePushScatterGather();
 	virtual void getNextSourceSpan(size_t bytes_read, off_t &start, size_t &size)=0;
 };
 
-- 
2.30.2