Skip to content

Commit 66405e5

Browse files
committed
ci: fix build on older compilers
1 parent 0f04ab4 commit 66405e5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/libremidi/detail/conversion.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ struct cmidi2_error_domain : public stdx::error_domain
2020
{
2121
}
2222

23-
virtual ~cmidi2_error_domain() = default;
24-
2523
stdx::string_ref name() const noexcept override { return "cmidi2_conversion"; }
2624

2725
bool equivalent(const stdx::error& lhs, const stdx::error& rhs) const noexcept override

0 commit comments

Comments
 (0)