aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2006-01-22 12:44:16 +0000
committerAndreas Oberritter <obi@opendreambox.org>2006-01-22 12:44:16 +0000
commit4934fe267ddc796ab220168ca6284872f0a5e3d0 (patch)
tree2514befa574d1e1b8bd87550e83bed2509f84e2d /lib
parentd6c68fa2ec0f3c8b6248444a7414942291b571e1 (diff)
downloadenigma2-4934fe267ddc796ab220168ca6284872f0a5e3d0.tar.gz
enigma2-4934fe267ddc796ab220168ca6284872f0a5e3d0.zip
added missing brackets
Diffstat (limited to 'lib')
-rw-r--r--lib/base/filepush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base/filepush.h b/lib/base/filepush.h
index 9927322f..a536df17 100644
--- a/lib/base/filepush.h
+++ b/lib/base/filepush.h
@@ -9,7 +9,7 @@
class iFilePushScatterGather
{
public:
- virtual ~iFilePushScatterGather();
+ virtual ~iFilePushScatterGather() {}
virtual void getNextSourceSpan(size_t bytes_read, off_t &start, size_t &size)=0;
};