Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Revert "Don't expose ISpecifyPropertyPages in MyFilter"
Browse files Browse the repository at this point in the history
This reverts commit 4aa2f2f.
  • Loading branch information
kasper93 committed Jul 24, 2017
1 parent 6e15815 commit 23dc44c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MyFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ namespace SaneAudioRenderer
if (riid == __uuidof(ISpecifyPropertyPages2))
return GetInterface(static_cast<ISpecifyPropertyPages2*>(this), ppv);

if (riid == IID_ISpecifyPropertyPages)
return GetInterface(static_cast<ISpecifyPropertyPages*>(this), ppv);

if (riid == __uuidof(IStatusPageData))
return GetInterface(static_cast<IStatusPageData*>(this), ppv);

Expand Down

0 comments on commit 23dc44c

Please sign in to comment.