diff --git a/Source/Collections/SortableBindingList.cs b/Source/Collections/SortableBindingList.cs index 1ad125e..65010ba 100644 --- a/Source/Collections/SortableBindingList.cs +++ b/Source/Collections/SortableBindingList.cs @@ -28,7 +28,7 @@ namespace Nuclex.Support.Collections { /// Variant of BindingList that supports sorting /// Type of items the binding list will contain - internal class SortableBindingList : BindingList { + public class SortableBindingList : BindingList { #region class PropertyComparer