mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
Mark IPresentImports
as covariant
This commit is contained in:
parent
3c15ef720f
commit
857000b756
@ -6,7 +6,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace osu.Game.Database
|
||||
{
|
||||
public interface IPresentImports<TModel>
|
||||
public interface IPresentImports<out TModel>
|
||||
where TModel : class
|
||||
{
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user