aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/docstore/verifylogdatastore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/apps/docstore/verifylogdatastore.cpp')
-rw-r--r--searchlib/src/apps/docstore/verifylogdatastore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/apps/docstore/verifylogdatastore.cpp b/searchlib/src/apps/docstore/verifylogdatastore.cpp
index 2d723e7e5c1..e586b1b4ed7 100644
--- a/searchlib/src/apps/docstore/verifylogdatastore.cpp
+++ b/searchlib/src/apps/docstore/verifylogdatastore.cpp
@@ -14,7 +14,7 @@ class VerifyLogDataStoreApp : public FastOS_Application
{
void usage(void);
int verify(const vespalib::string & directory);
- int Main(void);
+ int Main(void) override;
};