From 4934fe267ddc796ab220168ca6284872f0a5e3d0 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Sun, 22 Jan 2006 12:44:16 +0000 Subject: [PATCH] added missing brackets --- lib/base/filepush.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; -- 2.30.2