diff options
Diffstat (limited to 'include/Input.h')
-rw-r--r-- | include/Input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Input.h b/include/Input.h index 7aa0ff2..87190f1 100644 --- a/include/Input.h +++ b/include/Input.h @@ -14,7 +14,7 @@ class Input : public Handle { virtual bool CanWrite(); virtual bool CanRead(); virtual String GetName(); - virtual off_t GetSize(); + virtual ssize_t GetSize(); virtual time_t GetModif(); protected: |