add missing inheritance from steam video 002

This commit is contained in:
otavepto 2024-07-01 11:53:37 +03:00
parent a307cc13e5
commit 7f59c27adc

View File

@ -22,6 +22,7 @@
class Steam_Video :
public ISteamVideo001,
public ISteamVideo002,
public ISteamVideo
{
public: