Debug what destructors are called

This commit is contained in:
Alex
2023-02-14 03:53:09 +02:00
parent 47a10df568
commit 5257ff662f
11 changed files with 22 additions and 14 deletions

View File

@ -79,5 +79,6 @@ namespace Time
time::~time()
{
debug("Destructor called");
}
}