diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2006-01-22 12:24:02 +0000 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2006-01-22 12:24:02 +0000 |
| commit | 3e3614190d80a01d8c871d7f7243f2cc3a716ec4 (patch) | |
| tree | 2447d9dcb2e59ccc39eaa39ed043af9c0d7cfc1f | |
| parent | 256ac51e89250b6677f11a3ca37ac82bb1fe90b6 (diff) | |
| download | enigma2-3e3614190d80a01d8c871d7f7243f2cc3a716ec4.tar.gz enigma2-3e3614190d80a01d8c871d7f7243f2cc3a716ec4.zip | |
added virtual destructor
| -rw-r--r-- | lib/base/filepush.h | 1 |
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; }; |
