From 7e8a2f23a40e6374ddfb551920257846021e86fa Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 5 Aug 2019 00:37:57 +0200 Subject: Skip youtube ads in search --- include/VideoPlayer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/VideoPlayer.hpp b/include/VideoPlayer.hpp index 5fd5e60..c52c1e5 100644 --- a/include/VideoPlayer.hpp +++ b/include/VideoPlayer.hpp @@ -25,7 +25,7 @@ namespace QuickMedia { class VideoPlayer { public: // Throws VideoInitializationException on error - VideoPlayer(unsigned int width, unsigned int height, const char *file, bool loop = false); + VideoPlayer(unsigned int width, unsigned int height, sf::WindowHandle window_handle, const char *file, bool loop = false); ~VideoPlayer(); void setPosition(float x, float y); -- cgit v1.2.3