aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/wintermute/Base/file/BFile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/wintermute/Base/file/BFile.h b/engines/wintermute/Base/file/BFile.h
index ba20975b46..bfabb9dfb9 100644
--- a/engines/wintermute/Base/file/BFile.h
+++ b/engines/wintermute/Base/file/BFile.h
@@ -40,9 +40,10 @@ class SeekableReadStream;
namespace WinterMute {
class CBFile : public CBBase {
-public:
+protected:
uint32 _pos;
uint32 _size;
+public:
virtual uint32 GetSize() {
return _size;
};