From 50d1a41c08ad3508a94240b52df03c383ae8f1f8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 16 Nov 2018 08:52:57 -0500 Subject: [PATCH] [coretext] Hopefully the last one --- src/hb-coretext.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc index 0831ecb9d..918f649da 100644 --- a/src/hb-coretext.cc +++ b/src/hb-coretext.cc @@ -357,7 +357,7 @@ retry: /* Drop and recreate. */ /* If someone dropped it in the mean time, throw it away and don't touch it. * Otherwise, destruct it. */ - if (likely (font->data.coretext.cmpexch (data, nullptr))) + if (likely (font->data.coretext.cmpexch (const_cast (data), nullptr))) _hb_coretext_shaper_font_data_destroy (const_cast (data)); else goto retry;