diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/video/coktel_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/video/coktel_decoder.h b/graphics/video/coktel_decoder.h index 76c266f5f6..415e59c636 100644 --- a/graphics/video/coktel_decoder.h +++ b/graphics/video/coktel_decoder.h @@ -99,7 +99,7 @@ public: void disableSound(); /** Return the coordinates of the specified frame. */ - bool getFrameCoords(int16 frame, int16 &x, int16 &y, int16 &width, int16 &height); + virtual bool getFrameCoords(int16 frame, int16 &x, int16 &y, int16 &width, int16 &height); /** Return whether that video has any embedded files. */ virtual bool hasEmbeddedFiles() const; |