aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/docstore/benchmarkdatastore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/apps/docstore/benchmarkdatastore.cpp')
-rw-r--r--searchlib/src/apps/docstore/benchmarkdatastore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/apps/docstore/benchmarkdatastore.cpp b/searchlib/src/apps/docstore/benchmarkdatastore.cpp
index 12feaf9727d..2393a82b44c 100644
--- a/searchlib/src/apps/docstore/benchmarkdatastore.cpp
+++ b/searchlib/src/apps/docstore/benchmarkdatastore.cpp
@@ -18,7 +18,7 @@ class BenchmarkDataStoreApp : public FastOS_Application
{
void usage(void);
int benchmark(const vespalib::string & directory, size_t numReads, size_t numThreads, size_t perChunk, const vespalib::string & readType);
- int Main(void);
+ int Main(void) override;
void read(size_t numReads, size_t perChunk, const IDataStore * dataStore);
};