[Scummvm-git-logs] scummvm master -> 29221fed5f294a53d3bd276d6db3c7e427b10e11

sev- noreply at scummvm.org
Thu Jun 26 20:07:16 UTC 2025


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

Summary:
29221fed5f DIRECTOR: Fix compilation on some systems


Commit: 29221fed5f294a53d3bd276d6db3c7e427b10e11
    https://github.com/scummvm/scummvm/commit/29221fed5f294a53d3bd276d6db3c7e427b10e11
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-06-26T22:06:54+02:00

Commit Message:
DIRECTOR: Fix compilation on some systems

Changed paths:
    engines/director/chunk.h


diff --git a/engines/director/chunk.h b/engines/director/chunk.h
index eb1a2899d6b..24140747c08 100644
--- a/engines/director/chunk.h
+++ b/engines/director/chunk.h
@@ -109,7 +109,6 @@ struct ConfigChunk : Chunk {
 	ConfigChunk(Archive *m) : Chunk(m, kConfigChunk) {
 		_writable = true;
 	}
-	~ConfigChunk() = default;
 	void read(Common::SeekableReadStreamEndian &stream) {}
 	uint16 size() { return len; }
 	void write(Common::SeekableMemoryWriteStream &stream) {}




More information about the Scummvm-git-logs mailing list