On Thu Jun 30 13:56:10 2022 +0000, Claire wrote:
My C is a bit rusty, so I'm unsure what the best way to fix that is. Should the string be cloned into a mutable one? Functionally, this shouldn't be necessary.
Just change the type of `override` to `const WCHAR *`, I think.