Skip to content

Commit

Permalink
Update NanaZip.Specification\NanaZip.Specification.SevenZip.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed May 6, 2024
1 parent 22b74f9 commit 3ee377d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NanaZip.Codecs/NanaZip.Codecs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct HasherFactory : public winrt::implements<

HRESULT STDMETHODCALLTYPE GetHasherProp(
_In_ UINT32 Index,
_In_ PROPID PropID,
_In_ PROPID PropId,
_Inout_ LPPROPVARIANT Value)
{
if (!(Index < this->GetNumHashers()))
Expand All @@ -65,7 +65,7 @@ struct HasherFactory : public winrt::implements<

::PropVariantClear(Value);

switch (PropID)
switch (PropId)
{
case SevenZipHasherId:
{
Expand Down
2 changes: 1 addition & 1 deletion NanaZip.Specification/NanaZip.Specification.SevenZip.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ IHashers: public IUnknown

virtual HRESULT STDMETHODCALLTYPE GetHasherProp(
_In_ UINT32 Index,
_In_ PROPID PropID,
_In_ PROPID PropId,
_Inout_ LPPROPVARIANT Value) = 0;

virtual HRESULT STDMETHODCALLTYPE CreateHasher(
Expand Down

0 comments on commit 3ee377d

Please sign in to comment.