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 0fe6fcc06..85b6b0dd6 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -156,7 +156,7 @@ public:
*/
inline const FiosItem *Get(uint index) const
{
- return this->files.Get(index);
+ return this->files.data() + index;
}
/**