diff options
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); |