Skip to content

Commit 7b9dbe9

Browse files
authored
Update HasFlagGenerator.cs
1 parent e0eabaa commit 7b9dbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Linq/Functions/HasFlagGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ internal HasFlagGenerator()
1414
{
1515
SupportedMethods = new []
1616
{
17-
ReflectHelper.FastGetMethod(Enum.HasFlag, default(Enum))
17+
ReflectHelper.FastGetMethod<Enum, bool>(Enum.HasFlag, default(Enum))
1818
};
1919
}
2020

0 commit comments

Comments
 (0)