mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 04:33:21 +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
|
namespace osu.Game.Database
|
||||||
{
|
{
|
||||||
public interface IPresentImports<TModel>
|
public interface IPresentImports<out TModel>
|
||||||
where TModel : class
|
where TModel : class
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user