Mark the NativeMethods class as static; it's never going to be instantiated.

This commit is contained in:
antiduh
2014-07-01 21:20:40 +00:00
parent f75b870cca
commit d63abfb178

View File

@@ -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