From 5e56f2256896a0c9dfe90295805ffa3cb0b06e34 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 23 Dec 2016 18:16:10 -0500 Subject: [PATCH] include/rocksdb/utilities/env_librados: fix typo Broken by 972f96b3fbae1a4675043bdf4279c9072ad69645 Signed-off-by: Sage Weil --- 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 bd3cdac6..a3db0e30 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". -- 2.47.3