Browse Source

Don't make IGeometryImpl implement IDisposable.

pull/1349/head
Steven Kirk 8 years ago
parent
commit
8901f1d781
  1. 2
      src/Avalonia.Visuals/Platform/IGeometryImpl.cs

2
src/Avalonia.Visuals/Platform/IGeometryImpl.cs

@ -9,7 +9,7 @@ namespace Avalonia.Platform
/// <summary>
/// Defines the platform-specific interface for a <see cref="Geometry"/>.
/// </summary>
public interface IGeometryImpl : IDisposable
public interface IGeometryImpl
{
/// <summary>
/// Gets the geometry's bounding rectangle.

Loading…
Cancel
Save