diff --git a/db/blob_index.h b/db/blob_index.h index e1d41e27410..eb23e223e50 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()) {