Codechange: Make OS font handle of the FontCache read-only.

This commit is contained in:
Michael Lutz
2021-01-06 22:56:44 +01:00
parent 2b0200d429
commit 5ad1640984
3 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ public:
* Get the native OS font handle, if there is one.
* @return Opaque OS font handle.
*/
virtual void *GetOSHandle()
virtual const void *GetOSHandle()
{
return nullptr;
}