From 8a27d358c14fa907ad07b622263c921bcb3a3408 Mon Sep 17 00:00:00 2001 From: Adrian Pope <adrianpope@gmail.com> Date: Thu, 25 Jun 2020 00:44:31 -0500 Subject: [PATCH] made requestedExtraSpace a static function to match the version in HACC --- GenericIO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GenericIO.h b/GenericIO.h index 2e893a3..05a71f6 100644 --- a/GenericIO.h +++ b/GenericIO.h @@ -347,7 +347,7 @@ public: } public: - std::size_t requestedExtraSpace() const { + static std::size_t requestedExtraSpace() { return 8; } -- GitLab