aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libutil/cxx/local_shared_ptr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/cxx/local_shared_ptr.hxx b/src/libutil/cxx/local_shared_ptr.hxx
index 7eb5b0d9f..b9a429d14 100644
--- a/src/libutil/cxx/local_shared_ptr.hxx
+++ b/src/libutil/cxx/local_shared_ptr.hxx
@@ -146,7 +146,7 @@ public:
cnt->add_shared();
}
}
- local_shared_ptr(nullptr_t) : local_shared_ptr() { }
+ local_shared_ptr(std::nullptr_t) : local_shared_ptr() { }
~local_shared_ptr() {
if (cnt) {