From 3acba1311c340ee2f1eda7327e9b0ac2319f799d Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Sat, 5 Nov 2022 11:49:53 +0000 Subject: [PATCH] Made the storable binding list public git-svn-id: file:///srv/devel/repo-conversion/nusu@343 d2e56fa2-650e-0410-a79f-9358c0239efd --- Source/Collections/SortableBindingList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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