Fix a whole pile of missing 'override' keywords.

This commit is contained in:
David Given
2024-01-22 20:55:38 +01:00
parent 45e796f15f
commit 7095c03e28
38 changed files with 92 additions and 81 deletions

View File

@@ -234,7 +234,7 @@ namespace libusbp
}
/*! Wrapper for libusbp_error_get_message(). */
virtual const char * what() const noexcept
virtual const char * what() const noexcept override
{
return libusbp_error_get_message(pointer);
}