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 39c54181a3..1cfdf68ed7 100644
--- a/Userland/Libraries/LibTTF/Glyf.h
+++ b/Userland/Libraries/LibTTF/Glyf.h
@@ -101,7 +101,7 @@ public:
u32 m_offset { 0 };
};
- void rasterize_impl(Rasterizer& rasterizer, Gfx::AffineTransform& affine) const;
+ void rasterize_impl(Rasterizer&, Gfx::AffineTransform const&) const;
RefPtr<Gfx::Bitmap> rasterize_simple(float x_scale, float y_scale) const;
template<typename GlyphCb>
RefPtr<Gfx::Bitmap> rasterize_composite(float x_scale, float y_scale, GlyphCb glyph_callback) const