summaryrefslogtreecommitdiffstats
path: root/fastlib/src/vespa/fastlib/io/bufferedfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'fastlib/src/vespa/fastlib/io/bufferedfile.h')
-rw-r--r--fastlib/src/vespa/fastlib/io/bufferedfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastlib/src/vespa/fastlib/io/bufferedfile.h b/fastlib/src/vespa/fastlib/io/bufferedfile.h
index 275e066a849..7443b325dd4 100644
--- a/fastlib/src/vespa/fastlib/io/bufferedfile.h
+++ b/fastlib/src/vespa/fastlib/io/bufferedfile.h
@@ -23,7 +23,7 @@
class Fast_BufferedFile : public FastOS_FileInterface, public vespalib::noncopyable
{
private:
- typedef vespalib::MMapAlloc Alloc;
+ using Alloc = vespalib::alloc::Alloc;
/** The number of bytes left in the file. */
int64_t _fileleft;
/** Pointer to the start of the buffer. Correctly aligned for direct IO */