summaryrefslogtreecommitdiffstats
path: root/src/test/objectstore/store_test_fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/objectstore/store_test_fixture.h')
-rw-r--r--src/test/objectstore/store_test_fixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/objectstore/store_test_fixture.h b/src/test/objectstore/store_test_fixture.h
index 5788651f399..02b1235cbc3 100644
--- a/src/test/objectstore/store_test_fixture.h
+++ b/src/test/objectstore/store_test_fixture.h
@@ -17,7 +17,7 @@ public:
boost::scoped_ptr<ObjectStore> store;
ObjectStore::CollectionHandle ch;
- StoreTestFixture(const std::string& type)
+ explicit StoreTestFixture(const std::string& type)
: type(type), data_dir(type + ".test_temp_dir")
{}