[Scummvm-git-logs] scummvm master -> 29ad5161999292f7a51b940d5fa95ff7a5cd6817

lephilousophe lephilousophe at users.noreply.github.com
Sun May 30 08:12:20 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
29ad516199 VIDEO: Fix C++98 compilation


Commit: 29ad5161999292f7a51b940d5fa95ff7a5cd6817
    https://github.com/scummvm/scummvm/commit/29ad5161999292f7a51b940d5fa95ff7a5cd6817
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-05-30T10:12:08+02:00

Commit Message:
VIDEO: Fix C++98 compilation

Changed paths:
    video/smk_decoder.h


diff --git a/video/smk_decoder.h b/video/smk_decoder.h
index 5e4b3232f7..bf3887efac 100644
--- a/video/smk_decoder.h
+++ b/video/smk_decoder.h
@@ -188,7 +188,7 @@ private:
 	};
 
 	class SmackerEmptyTrack : public Track {
-		TrackType getTrackType() const { return TrackType::kTrackTypeNone; }
+		VideoDecoder::Track::TrackType getTrackType() const { return VideoDecoder::Track::kTrackTypeNone; }
 
 		bool endOfTrack() const { return true; }
 




More information about the Scummvm-git-logs mailing list