summaryrefslogtreecommitdiff
path: root/includes/ZHandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/ZHandle.h')
-rw-r--r--includes/ZHandle.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/ZHandle.h b/includes/ZHandle.h
index 63da59a..048e0cb 100644
--- a/includes/ZHandle.h
+++ b/includes/ZHandle.h
@@ -21,7 +21,6 @@ class ZStream : public Handle {
virtual const char * getName();
virtual ssize_t read(void * buf, size_t count) throw (GeneralException);
virtual ssize_t write(const void * buf, size_t count) throw (GeneralException);
- virtual off_t getSize();
void detach() { m_detached = true; }
void flush() { doFlush(false); }
private: