Browse Source

Merge pull request #1555 from zamabuvaraeu/patch-1

Update Win32NetState.h
pull/1556/head
orignal 4 years ago committed by GitHub
parent
commit
dca69e9b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Win32/Win32NetState.h

1
Win32/Win32NetState.h

@ -31,6 +31,7 @@ public:
} else { } else {
Result = E_NOINTERFACE; Result = E_NOINTERFACE;
} }
AddRef();
return Result; return Result;
} }

Loading…
Cancel
Save