Add explicit qualification.

Calling a superclass method requires explicit qualification when the
superclass is a templated class.
This commit is contained in:
David Chisnall
2019-11-18 13:16:51 +00:00
parent b889f11d04
commit 31941eac06

View File

@@ -45,7 +45,7 @@ namespace snmalloc
0);
if (p == MAP_FAILED)
error("Out of memory");
PALBSD<OS>::error("Out of memory");
return p;
}