[Scummvm-cvs-logs] scummvm master -> 0dbf4e53c69ccebacde849d134fb94aca6217ef0
Strangerke
Strangerke at scummvm.org
Mon Nov 23 01:29:20 CET 2015
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:
0dbf4e53c6 MADS: Silent another cppCheck warning
Commit: 0dbf4e53c69ccebacde849d134fb94aca6217ef0
https://github.com/scummvm/scummvm/commit/0dbf4e53c69ccebacde849d134fb94aca6217ef0
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-11-23T01:23:37+01:00
Commit Message:
MADS: Silent another cppCheck warning
Changed paths:
engines/mads/resources.cpp
diff --git a/engines/mads/resources.cpp b/engines/mads/resources.cpp
index 3b7cf2c..16019a4 100644
--- a/engines/mads/resources.cpp
+++ b/engines/mads/resources.cpp
@@ -79,7 +79,7 @@ private:
*/
ResourceType getResourceType(const Common::String &resourceName) const;
public:
- HagArchive(MADSEngine *vm);
+ explicit HagArchive(MADSEngine *vm);
virtual ~HagArchive();
// Archive implementation
More information about the Scummvm-git-logs
mailing list