summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fios.h')
-rw-r--r--src/fios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fios.h b/src/fios.h
index 848fe7c8e..71a6cff17 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -129,7 +129,7 @@ public:
*/
inline uint Length() const
{
- return this->files.Length();
+ return this->files.size();
}
/**