mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-25 14:11:48 +01:00
Fix non static member in static class
This commit is contained in:
parent
44240bd19a
commit
b4aea8d299
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ internal static class HookVerifier
|
|||
}
|
||||
}
|
||||
|
||||
private bool CheckParam(Type paramLeft, Type paramRight)
|
||||
private static bool CheckParam(Type paramLeft, Type paramRight)
|
||||
{
|
||||
var sameType = paramLeft == paramRight;
|
||||
return sameType || SizeOf(paramLeft) == SizeOf(paramRight);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue