From e1dfe80fe01810970bc5e5aa089aa24fd2103f89 Mon Sep 17 00:00:00 2001 From: Levi Tamasi Date: Wed, 11 Dec 2019 17:17:56 -0800 Subject: [PATCH] Mark BlobIndex::DebugString const Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/6157 Test Plan: make check Differential Revision: D18944259 Pulled By: ltamasi fbshipit-source-id: 7fb29447b52d801215bd6ab811e229a7fa2c763d --- db/blob_index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/blob_index.h b/db/blob_index.h index e1d41e274..eb23e223e 100644 --- a/db/blob_index.h +++ b/db/blob_index.h @@ -111,7 +111,7 @@ class BlobIndex { return Status::OK(); } - std::string DebugString(bool output_hex) { + std::string DebugString(bool output_hex) const { std::ostringstream oss; if (IsInlined()) {