We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc8643 commit 0de452eCopy full SHA for 0de452e
utilities/document/document_db.cc
@@ -376,7 +376,7 @@ class IndexKey {
376
377
class SimpleSortedIndex : public Index {
378
public:
379
- SimpleSortedIndex(const std::string field, const std::string& name)
+ SimpleSortedIndex(const std::string& field, const std::string& name)
380
: field_(field), name_(name) {}
381
382
virtual const char* Name() const override { return name_.c_str(); }
0 commit comments