diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-08-05 00:37:57 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2019-08-05 00:38:00 +0200 |
commit | 7e8a2f23a40e6374ddfb551920257846021e86fa (patch) | |
tree | e9fae05dbc3c2b83f580f5c40fd4cae97e03b536 /include | |
parent | 887b6003010a0c455667fb67c12a5577c60498db (diff) |
Skip youtube ads in search
Diffstat (limited to 'include')
-rw-r--r-- | include/VideoPlayer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |