summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/ptrholder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/util/ptrholder.h b/vespalib/src/vespa/vespalib/util/ptrholder.h
index 3e807a8a93d..1c06e5c53e6 100644
--- a/vespalib/src/vespa/vespalib/util/ptrholder.h
+++ b/vespalib/src/vespa/vespalib/util/ptrholder.h
@@ -38,7 +38,7 @@ public:
* @brief Create an empty PtrHolder with both current and new
* pointers set to 0
**/
- PtrHolder() : _current(), _next(), _lock("PtrHolder", false) {}
+ PtrHolder() : _current(), _next(), _lock() {}
/**
* @brief Empty destructor