diff options
-rw-r--r-- | lib/bitset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bitset.h b/lib/bitset.h index b604ccf..72920d2 100644 --- a/lib/bitset.h +++ b/lib/bitset.h @@ -38,7 +38,7 @@ namespace MyGrate { Iterator end() const; private: - const std::span<const std::byte> bytes; + std::span<const std::byte> bytes; }; } |