aboutsummaryrefslogtreecommitdiff
path: root/common/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/file.h')
-rw-r--r--common/file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/file.h b/common/file.h
index c055acc57d..3d174834e9 100644
--- a/common/file.h
+++ b/common/file.h
@@ -161,6 +161,8 @@ public:
virtual uint32 write(const void *dataPtr, uint32 dataSize);
virtual bool flush();
+
+ virtual int32 pos() const;
};
} // End of namespace Common