From 31941eac06a28c538378df4e727a8e50ece5b98b Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Mon, 18 Nov 2019 13:16:51 +0000 Subject: [PATCH] Add explicit qualification. Calling a superclass method requires explicit qualification when the superclass is a templated class. --- src/pal/pal_bsd_aligned.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pal/pal_bsd_aligned.h b/src/pal/pal_bsd_aligned.h index 94f0585..61abcfb 100644 --- a/src/pal/pal_bsd_aligned.h +++ b/src/pal/pal_bsd_aligned.h @@ -45,7 +45,7 @@ namespace snmalloc 0); if (p == MAP_FAILED) - error("Out of memory"); + PALBSD::error("Out of memory"); return p; }