Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/07/11 12:49:03 (13 years ago)
Author:
mkommend
Message:

#1479: Merged trunk changes into branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GP.Grammar.Editor/HeuristicLab.Core.Views/3.3/TypeSelector.cs

    r6335 r6377  
    8686
    8787    public virtual void Configure(Type baseType, bool showNotInstantiableTypes, bool showGenericTypes) {
    88       Configure(baseType, showNotInstantiableTypes, showGenericTypes, (t) => { return true; });
     88      Configure(baseType, showNotInstantiableTypes, showGenericTypes, (t) => true);
    8989    }
    9090
Note: See TracChangeset for help on using the changeset viewer.