diff --git a/Perspex/Controls/Decorator.cs b/Perspex/Controls/Decorator.cs index 3d06bcfeba..38c8891b6b 100644 --- a/Perspex/Controls/Decorator.cs +++ b/Perspex/Controls/Decorator.cs @@ -11,7 +11,7 @@ namespace Perspex.Controls using System.Linq; using System.Reactive.Linq; - public abstract class Decorator : Control, IVisual + public class Decorator : Control, IVisual { public static readonly PerspexProperty ContentProperty = PerspexProperty.Register("Content");