From 7f59c27adc8bd369bd218565de4111ffa36ad834 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:53:37 +0300 Subject: [PATCH] add missing inheritance from steam video 002 --- dll/dll/steam_video.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dll/dll/steam_video.h b/dll/dll/steam_video.h index 6c5dcb4c..5e32f5c3 100644 --- a/dll/dll/steam_video.h +++ b/dll/dll/steam_video.h @@ -22,6 +22,7 @@ class Steam_Video : public ISteamVideo001, +public ISteamVideo002, public ISteamVideo { public: