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

ccawley2011 ccawley2011 at gmail.com
Sat Jun 19 16:22:44 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:
cba6f05d71 COMMON: Fix compilation with C++98


Commit: cba6f05d713405a9ca71157f4b7bcccdcd34cf53
    https://github.com/scummvm/scummvm/commit/cba6f05d713405a9ca71157f4b7bcccdcd34cf53
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-06-19T17:22:26+01:00

Commit Message:
COMMON: Fix compilation with C++98

Changed paths:
    common/achievements.h


diff --git a/common/achievements.h b/common/achievements.h
index 5860d84e52..077642b42e 100644
--- a/common/achievements.h
+++ b/common/achievements.h
@@ -92,7 +92,7 @@ struct AchievementDescriptionList {
 };
 
 #define ACHIEVEMENT_DESC_TABLE_END_MARKER \
-	{ nullptr, Common::AchievementsPlatform::UNK_ACHIEVEMENTS, nullptr }
+	{ nullptr, Common::UNK_ACHIEVEMENTS, nullptr }
 
 /**
  * Class for manipulating the achievements.




More information about the Scummvm-git-logs mailing list