Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/15 20:45:12 (9 years ago)
Author:
mkommend
Message:

#2294: Forgot one parameter in call forwarding of SandBoxApplicationManager.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/SandboxApplicationManager.cs

    r11771 r11772  
    327327    }
    328328    IEnumerable<Type> IApplicationManager.GetTypes(IEnumerable<Type> types, Assembly assembly, bool onlyInstantiable = true, bool includeGenericTypeDefinitions = false, bool assignableToAllTypes = true) {
    329       return GetTypes(types, assembly, onlyInstantiable, includeGenericTypeDefinitions);
     329      return GetTypes(types, assembly, onlyInstantiable, includeGenericTypeDefinitions,assignableToAllTypes);
    330330    }
    331331
Note: See TracChangeset for help on using the changeset viewer.