summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/in_memory/in_memory_record_store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/in_memory/in_memory_record_store.cpp')
-rw-r--r--src/mongo/db/storage/in_memory/in_memory_record_store.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/in_memory/in_memory_record_store.cpp b/src/mongo/db/storage/in_memory/in_memory_record_store.cpp
index e4fb801032a..c9a39bdddfd 100644
--- a/src/mongo/db/storage/in_memory/in_memory_record_store.cpp
+++ b/src/mongo/db/storage/in_memory/in_memory_record_store.cpp
@@ -113,7 +113,7 @@ namespace mongo {
// RecordStore
//
- InMemoryRecordStore::InMemoryRecordStore(const StringData& ns,
+ InMemoryRecordStore::InMemoryRecordStore(StringData ns,
boost::shared_ptr<void>* dataInOut,
bool isCapped,
int64_t cappedMaxSize,