[Scummvm-git-logs] scummvm master -> 7aeba38621b8efdee1b64531832ba2fdfbea1cc0
dreammaster
paulfgilbert at gmail.com
Thu Apr 30 20:51:45 UTC 2020
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:
7aeba38621 JANITORIAL: Fix compiler warning
Commit: 7aeba38621b8efdee1b64531832ba2fdfbea1cc0
https://github.com/scummvm/scummvm/commit/7aeba38621b8efdee1b64531832ba2fdfbea1cc0
Author: jepael (jepael at users.noreply.github.com)
Date: 2020-04-30T13:51:41-07:00
Commit Message:
JANITORIAL: Fix compiler warning
Changed paths:
engines/ultima/shared/conf/conf_serializer.h
diff --git a/engines/ultima/shared/conf/conf_serializer.h b/engines/ultima/shared/conf/conf_serializer.h
index 12f62b7b50..a3e86d629a 100644
--- a/engines/ultima/shared/conf/conf_serializer.h
+++ b/engines/ultima/shared/conf/conf_serializer.h
@@ -38,7 +38,7 @@ public:
/**
* Constructor
*/
- ConfSerializer(bool isSaving) : _isSaving(isSaving) {}
+ ConfSerializer(bool saving) : _isSaving(saving) {}
/**
* Destructor
More information about the Scummvm-git-logs
mailing list