From: Sage Weil Date: Fri, 23 Dec 2016 23:16:10 +0000 (-0500) Subject: include/rocksdb/utilities/env_librados: fix typo X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Ffix-librados-test;p=rocksdb.git include/rocksdb/utilities/env_librados: fix typo Broken by 972f96b3fbae1a4675043bdf4279c9072ad69645 Signed-off-by: Sage Weil --- 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".