[Scummvm-git-logs] scummvm master -> 70871d73a23ad5171feb71ef46bd6aaef3e88501

elasota noreply at scummvm.org
Thu Dec 14 03:31:31 UTC 2023


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:
70871d73a2 MTROPOLIS: Fix GCC/Clang build


Commit: 70871d73a23ad5171feb71ef46bd6aaef3e88501
    https://github.com/scummvm/scummvm/commit/70871d73a23ad5171feb71ef46bd6aaef3e88501
Author: elasota (1137273+elasota at users.noreply.github.com)
Date: 2023-12-13T22:31:05-05:00

Commit Message:
MTROPOLIS: Fix GCC/Clang build

Changed paths:
    engines/mtropolis/data.h


diff --git a/engines/mtropolis/data.h b/engines/mtropolis/data.h
index 85441f80547..9d2307cb12b 100644
--- a/engines/mtropolis/data.h
+++ b/engines/mtropolis/data.h
@@ -269,9 +269,6 @@ void SimpleDataIO<T>::decode(DataFormat dataFormat, const byte *data, T &value)
 		valueBytes[i] = temp[i];
 }
 
-template<class T>
-void SimpleDataIO<T>::decode(DataFormat dataFormat, const byte *data, T &value);
-
 template<class T>
 struct DataIO {
 };




More information about the Scummvm-git-logs mailing list