From 4e07b08eff9a5ce0037741b797513c0571aaa135 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 23 Dec 2016 19:03:53 -0800 Subject: [PATCH] include/rocksdb/utilities/env_librados: fix typo Summary: Broken by 972f96b3fbae1a4675043bdf4279c9072ad69645 Signed-off-by: Sage Weil Closes https://github.com/facebook/rocksdb/pull/1719 Differential Revision: D4366123 Pulled By: IslamAbdelRahman fbshipit-source-id: a11e535 --- include/rocksdb/utilities/env_librados.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rocksdb/utilities/env_librados.h b/include/rocksdb/utilities/env_librados.h index bd3cdac67..a3db0e30d 100644 --- a/include/rocksdb/utilities/env_librados.h +++ b/include/rocksdb/utilities/env_librados.h @@ -71,7 +71,7 @@ class EnvLibrados : public EnvWrapper { // the calling process does not have permission to determine // whether this file exists, or if the path is invalid. // IOError if an IO Error was encountered - Status FileExists(const std::string& fname) overrdie; + Status FileExists(const std::string& fname) override; // Store in *result the names of the children of the specified directory. // The names are relative to "dir". -- GitLab