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

lephilousophe noreply at scummvm.org
Fri Jan 3 08:32:26 UTC 2025


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:
b4d59ea5fe JANITORIAL: Fix build


Commit: b4d59ea5fe9d86f512517ab9449a30fd730fecf1
    https://github.com/scummvm/scummvm/commit/b4d59ea5fe9d86f512517ab9449a30fd730fecf1
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-01-03T09:30:56+01:00

Commit Message:
JANITORIAL: Fix build

Changed paths:
    engines/dgds/sound/scispan.h


diff --git a/engines/dgds/sound/scispan.h b/engines/dgds/sound/scispan.h
index db39dc4519d..c10e844bfc0 100644
--- a/engines/dgds/sound/scispan.h
+++ b/engines/dgds/sound/scispan.h
@@ -169,7 +169,7 @@ class SciSpan : public SciSpanImpl<ValueType, SciSpan> {
 	typedef SciSpanImpl<ValueType, ::Dgds::SciSpan> super_type;
 
 public:
-	COMMON_SPAN_TYPEDEFS
+	COMMON_SPAN_TYPEDEFS;
 
 	inline SciSpan() : super_type() {}
 




More information about the Scummvm-git-logs mailing list