Skip to content

Commit

Permalink
add missing interface
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-rodriguez committed Dec 11, 2024
1 parent a4cbfc2 commit cdb0758
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
namespace LiveChartsCore.SkiaSharpView.Drawing.Geometries;

/// <inheritdoc cref="BaseDoughnutGeometry" />
public class DoughnutGeometry : BaseDoughnutGeometry, IDrawnElement
public class DoughnutGeometry : BaseDoughnutGeometry, IDrawnElement<SkiaSharpDrawingContext>
{
/// <inheritdoc cref="IDrawnElement{TDrawingContext}.Draw(TDrawingContext)" />
public virtual void Draw(SkiaSharpDrawingContext context)
Expand Down

0 comments on commit cdb0758

Please sign in to comment.