summaryrefslogtreecommitdiff
path: root/includes/Handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Handle.h')
-rw-r--r--includes/Handle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Handle.h b/includes/Handle.h
index f2b78ad..489ab75 100644
--- a/includes/Handle.h
+++ b/includes/Handle.h
@@ -53,6 +53,7 @@ class IO {
class SeekableHandle : public Handle {
public:
+ SeekableHandle() : m_wOffset(0), m_rOffset(0) { }
virtual bool canSeek();
virtual void rseek(off_t offset, int whence = SEEK_SET) throw (GeneralException);
virtual void wseek(off_t offset, int whence = SEEK_SET) throw (GeneralException);