added missing brackets
[enigma2.git] / lib / base / filepush.h
index 9927322f9c9174f3a306d9770c99285f341c9fd5..a536df177693e999ed55f283a7b1192f61309b1e 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;
 };