From d63abfb178a37e7659686a8f053a244f9435af9b Mon Sep 17 00:00:00 2001 From: antiduh Date: Tue, 1 Jul 2014 21:20:40 +0000 Subject: [PATCH] Mark the NativeMethods class as static; it's never going to be instantiated. --- NSspi/NativeMethods.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NSspi/NativeMethods.cs b/NSspi/NativeMethods.cs index 3853098..2c0d75d 100644 --- a/NSspi/NativeMethods.cs +++ b/NSspi/NativeMethods.cs @@ -9,7 +9,7 @@ using NSspi.Contexts; namespace NSspi { - internal class NativeMethods + internal static class NativeMethods { // http://msdn.microsoft.com/en-us/library/windows/desktop/aa374713(v=vs.85).aspx