[Scummvm-git-logs] scummvm master -> 3fd74d9908e071e1410edc923fb88a6b1f6255d9

Strangerke noreply at scummvm.org
Mon May 27 21:42:45 UTC 2024


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:
3fd74d9908 BAGEL: Try to fix another GCC warning


Commit: 3fd74d9908e071e1410edc923fb88a6b1f6255d9
    https://github.com/scummvm/scummvm/commit/3fd74d9908e071e1410edc923fb88a6b1f6255d9
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2024-05-27T22:42:38+01:00

Commit Message:
BAGEL: Try to fix another GCC warning

Changed paths:
    engines/bagel/baglib/pan_window.h


diff --git a/engines/bagel/baglib/pan_window.h b/engines/bagel/baglib/pan_window.h
index 83c99c9a7df..d8aef621584 100644
--- a/engines/bagel/baglib/pan_window.h
+++ b/engines/bagel/baglib/pan_window.h
@@ -113,7 +113,7 @@ public:
 	void disable() override;
 
 	ErrorCode paintObjects(CBofList<CBagObject *> *list, CBofBitmap *pBmp, CRect &viewOffsetRect,
-	                        CBofList<CRect> * = nullptr, bool tempVar = true);
+	                        CBofList<CRect> * = nullptr, bool tempVar = true) override;
 
 	const CBofPoint devPtToViewPort(const CBofPoint &xPoint) override;
 	const CBofPoint viewPortToDevPt(const CBofPoint &xPoint) override;




More information about the Scummvm-git-logs mailing list