1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 03:29:40 +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
@@ -59,7 +59,7 @@ struct YamahaFetcher {
type(type),
id(id) {}
constexpr Event() noexcept {}
constexpr Event() noexcept = default;
};
// State that tracks fetching position within a line.