From 67b6a78b347ab7ba269a52d772e79d12444f6e96 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 10 Oct 2011 23:09:53 -0700 Subject: Adding a few more features to Input, and actually creating a slightly better ClassName system, when using gcc and libstdc++. --- includes/Handle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/Handle.h') 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); -- cgit v1.2.3