Cleanup: Add missing override keyword in mtl_backend.

This commit is contained in:
Jeroen Bakker 2022-08-29 08:31:56 +02:00
parent 91b88d3d94
commit c4d9dca4a6
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class MTLBackend : public GPUBackend {
MTLBackend::platform_exit();
}
void delete_resources()
void delete_resources() override
{
/* Delete any resources with context active. */
}