diff options
Diffstat (limited to 'Userland/Libraries/LibPDF/Command.h')
-rw-r--r-- | Userland/Libraries/LibPDF/Command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibPDF/Command.h b/Userland/Libraries/LibPDF/Command.h index 2e54782f31..c1ba23c8fa 100644 --- a/Userland/Libraries/LibPDF/Command.h +++ b/Userland/Libraries/LibPDF/Command.h @@ -23,7 +23,7 @@ V(SetColorRenderingIntent, set_color_rendering_intent, ri) \ V(SetFlatnessTolerance, set_flatness_tolerance, i) \ V(SetGraphicsStateFromDict, set_graphics_state_from_dict, gs) \ - V(PathBegin, path_begin, m) \ + V(PathMove, path_move, m) \ V(PathLine, path_line, l) \ V(PathCubicBezierCurve, path_cubic_bezier_curve, c) \ V(PathCubicBezierCurveNoFirstControl, path_cubic_bezier_curve_no_first_control, v) \ |