mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Revert change in BitSet
This commit is contained in:
@@ -307,7 +307,7 @@ namespace OpenRCT2
|
||||
return _data;
|
||||
}
|
||||
|
||||
constexpr Storage& data() const noexcept
|
||||
constexpr const Storage& data() const noexcept
|
||||
{
|
||||
return _data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user