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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user