[Scummvm-cvs-logs] scummvm master -> 1d2f90f040a6d98b903bda402b9694f292ab7645

wjp wjp at usecode.org
Wed Dec 23 23:06:47 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:
1d2f90f040 LAB: Fix build error on AmigaOS4


Commit: 1d2f90f040a6d98b903bda402b9694f292ab7645
    https://github.com/scummvm/scummvm/commit/1d2f90f040a6d98b903bda402b9694f292ab7645
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2015-12-23T23:06:10+01:00

Commit Message:
LAB: Fix build error on AmigaOS4

Changed paths:
    engines/lab/dispman.h



diff --git a/engines/lab/dispman.h b/engines/lab/dispman.h
index b77a178..4be5e69 100644
--- a/engines/lab/dispman.h
+++ b/engines/lab/dispman.h
@@ -140,7 +140,7 @@ public:
 	 */
 	void setUpScreens();
 
-	int32 longDrawMessage(Common::String str, bool isActionMessage);
+	int longDrawMessage(Common::String str, bool isActionMessage);
 
 	/**
 	 * Draws a message to the message box.






More information about the Scummvm-git-logs mailing list