summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTTF/Glyf.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibTTF/Glyf.h')
-rw-r--r--Userland/Libraries/LibTTF/Glyf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibTTF/Glyf.h b/Userland/Libraries/LibTTF/Glyf.h
index c7beb43644..2568001afd 100644
--- a/Userland/Libraries/LibTTF/Glyf.h
+++ b/Userland/Libraries/LibTTF/Glyf.h
@@ -91,7 +91,7 @@ public:
case Type::Composite:
return raster_composite(x_scale, y_scale, glyph_callback);
}
- ASSERT_NOT_REACHED();
+ VERIFY_NOT_REACHED();
}
int ascender() const { return m_ymax; }
int descender() const { return m_ymin; }