From 8fdc9549bde4e454b47be5149989c1f10fe635ae Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Thu, 2 Sep 2021 18:08:48 +0200 Subject: Made IoHash::Zero const, made IoHash alignment explicit --- zencore/iohash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zencore/iohash.cpp') diff --git a/zencore/iohash.cpp b/zencore/iohash.cpp index 2b9bec120..fbfaf8363 100644 --- a/zencore/iohash.cpp +++ b/zencore/iohash.cpp @@ -11,7 +11,7 @@ namespace zen { -IoHash IoHash::Zero; // Initialized to all zeros +const IoHash IoHash::Zero; // Initialized to all zeros IoHash IoHash::HashBuffer(const void* data, size_t byteCount) -- cgit v1.2.3