added missing brackets
authorAndreas Oberritter <obi@opendreambox.org>
Sun, 22 Jan 2006 12:44:16 +0000 (12:44 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Sun, 22 Jan 2006 12:44:16 +0000 (12:44 +0000)
lib/base/filepush.h

index 9927322..a536df1 100644 (file)
@@ -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;
 };