summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/in_memory/in_memory_record_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/in_memory/in_memory_record_store.h')
-rw-r--r--src/mongo/db/storage/in_memory/in_memory_record_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/in_memory/in_memory_record_store.h b/src/mongo/db/storage/in_memory/in_memory_record_store.h
index a616ad7bfd6..48f62cd96aa 100644
--- a/src/mongo/db/storage/in_memory/in_memory_record_store.h
+++ b/src/mongo/db/storage/in_memory/in_memory_record_store.h
@@ -48,7 +48,7 @@ namespace mongo {
*/
class InMemoryRecordStore : public RecordStore {
public:
- explicit InMemoryRecordStore(const StringData& ns,
+ explicit InMemoryRecordStore(StringData ns,
boost::shared_ptr<void>* dataInOut,
bool isCapped = false,
int64_t cappedMaxSize = -1,