Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/11/15 19:32:32 (9 years ago)
Author:
abeham
Message:

#2338: merged 12618 to stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Core.Views/3.3/ItemListView.cs

    r12127 r12734  
    3030using HeuristicLab.Common;
    3131using HeuristicLab.MainForm;
    32 using HeuristicLab.MainForm.WindowsForms;
    3332using HeuristicLab.PluginInfrastructure;
    3433
     
    3736  [Content(typeof(ItemList<>), true)]
    3837  [Content(typeof(IItemList<>), false)]
     38  [Content(typeof(ReadOnlyItemList<>), true)]
    3939  public partial class ItemListView<T> : ItemView where T : class, IItem {
    4040    protected Dictionary<T, List<ListViewItem>> itemListViewItemMapping;
Note: See TracChangeset for help on using the changeset viewer.