mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-23 01:40:37 +02:00
DWrite/GeometryRecorder: Add final specifier
This commit is contained in:
parent
46153a0408
commit
e0287e09f4
1 changed files with 2 additions and 1 deletions
|
|
@ -838,7 +838,8 @@ _cairo_dwrite_scaled_font_init_glyph_metrics(cairo_dwrite_scaled_font_t *scaled_
|
|||
* Used to determine the path of the glyphs.
|
||||
*/
|
||||
|
||||
class GeometryRecorder : public IDWriteGeometrySink
|
||||
class GeometryRecorder final
|
||||
: public IDWriteGeometrySink
|
||||
{
|
||||
public:
|
||||
GeometryRecorder(cairo_path_fixed_t *aCairoPath, const cairo_matrix_t &matrix)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue