[Scummvm-git-logs] scummvm master -> ac8c78aa24036da3bff12b206407b3558318daa8

orgads orgads at gmail.com
Wed Jul 28 04:40:56 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:
ac8c78aa24 DIRECTOR: Fix compilation with C++<11


Commit: ac8c78aa24036da3bff12b206407b3558318daa8
    https://github.com/scummvm/scummvm/commit/ac8c78aa24036da3bff12b206407b3558318daa8
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-07-28T07:40:38+03:00

Commit Message:
DIRECTOR: Fix compilation with C++<11

Changed paths:
    engines/director/sound.h


diff --git a/engines/director/sound.h b/engines/director/sound.h
index 0aec657309..5d002574e0 100644
--- a/engines/director/sound.h
+++ b/engines/director/sound.h
@@ -156,7 +156,7 @@ private:
 
 	bool _enable;
 
-	Common::HashMap<uint, Common::Array<AudioDecoder *>> _sampleSounds;
+	Common::HashMap<uint, Common::Array<AudioDecoder *> > _sampleSounds;
 
 public:
 	DirectorSound(Window *window);




More information about the Scummvm-git-logs mailing list