diff options
Diffstat (limited to 'zencore/iohash.cpp')
| -rw-r--r-- | zencore/iohash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |