1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Hit up some more = default opportunities.

This commit is contained in:
Thomas Harte
2024-02-17 15:42:31 -05:00
parent 9a74ab6a8e
commit d639dc8bcb
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ struct Sector {
bool has_header_crc_error = false;
bool is_deleted = false;
Sector() noexcept {}
Sector() noexcept = default;
Sector(const Sector &&rhs) noexcept :
address(rhs.address),