aboutsummaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2012-09-21 22:34:27 +0200
committerWillem Jan Palenstijn2012-09-21 22:35:15 +0200
commit23de05926279d4d77ce7fd0830a51b86dd5fde98 (patch)
tree45d8d146587bf0545655cbabf5a438fe8dbda798 /video
parent42e395859f44f1082e392fd5db217750ffdcbbb9 (diff)
downloadscummvm-rg350-23de05926279d4d77ce7fd0830a51b86dd5fde98.tar.gz
scummvm-rg350-23de05926279d4d77ce7fd0830a51b86dd5fde98.tar.bz2
scummvm-rg350-23de05926279d4d77ce7fd0830a51b86dd5fde98.zip
VIDEO: Make getCurFrame declaration consistent
The declaration used int32 while the definition used int. This should fix building on AmigaOS4 (bug #3570577).
Diffstat (limited to 'video')
-rw-r--r--video/video_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/video_decoder.h b/video/video_decoder.h
index 66980ab09b..59cce2e327 100644
--- a/video/video_decoder.h
+++ b/video/video_decoder.h
@@ -204,7 +204,7 @@ public:
* Returns the current frame number of the video.
* @return the last frame decoded by the video
*/
- int32 getCurFrame() const;
+ int getCurFrame() const;
/**
* Returns the number of frames in the video.