Update FileClass.h

Fix typo
This commit is contained in:
Derek "Turtle" Roe 2021-03-16 17:48:22 -05:00
parent 012b5466d8
commit 41f43ae4c0
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public:
uint32_t SeekToEnd ( void );
void SeekToBegin ( void );
// Overridables
// Overridable
virtual uint32_t GetPosition() const;
virtual int32_t Seek(int32_t lOff, SeekPosition nFrom);
virtual bool SetLength(uint32_t dwNewLen);