From 0497993d235891b6325340fc51737ac353d6833f Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 1 Aug 2019 11:20:05 +0100 Subject: [PATCH] Fix typo in OpenBSD PAL. --- src/pal/pal_openbsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pal/pal_openbsd.h b/src/pal/pal_openbsd.h index 0daf4ca..7fb832c 100644 --- a/src/pal/pal_openbsd.h +++ b/src/pal/pal_openbsd.h @@ -27,7 +27,7 @@ namespace snmalloc * declared explicitly to remind anyone who modifies this class that they * should add any required features. */ - static constexpr uint64_t pal_features = PALBSD; + static constexpr uint64_t pal_features = PALBSD::pal_features; }; } // namespace snmalloc #endif