aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2006-01-22 12:24:02 +0000
committerAndreas Oberritter <obi@opendreambox.org>2006-01-22 12:24:02 +0000
commit3e3614190d80a01d8c871d7f7243f2cc3a716ec4 (patch)
tree2447d9dcb2e59ccc39eaa39ed043af9c0d7cfc1f /lib
parent256ac51e89250b6677f11a3ca37ac82bb1fe90b6 (diff)
downloadenigma2-3e3614190d80a01d8c871d7f7243f2cc3a716ec4.tar.gz
enigma2-3e3614190d80a01d8c871d7f7243f2cc3a716ec4.zip
added virtual destructor
Diffstat (limited to 'lib')
-rw-r--r--lib/base/filepush.h1
1 files changed, 1 insertions, 0 deletions
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;
};