mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Fix a whole pile of missing 'override' keywords.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user