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

Strangerke noreply at scummvm.org
Mon May 27 22:30:54 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:
cfdeb9368a BAGEL: add override keyword to CBagStorageDev::setInfo


Commit: cfdeb9368a4ff6e49173ac4409644eee08ffa95d
    https://github.com/scummvm/scummvm/commit/cfdeb9368a4ff6e49173ac4409644eee08ffa95d
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2024-05-27T23:30:47+01:00

Commit Message:
BAGEL: add override keyword to CBagStorageDev::setInfo

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


diff --git a/engines/bagel/baglib/storage_dev_win.h b/engines/bagel/baglib/storage_dev_win.h
index 89c03fa8964..da14c3d1496 100644
--- a/engines/bagel/baglib/storage_dev_win.h
+++ b/engines/bagel/baglib/storage_dev_win.h
@@ -294,7 +294,7 @@ public:
 		return _pAssociateWnd;
 	}
 
-	virtual ParseCodes setInfo(CBagIfstream &fpInput); // This function call the pure virt set background
+	ParseCodes setInfo(CBagIfstream &fpInput) override; // This function call the pure virt set background
 
 	virtual ErrorCode setBackground(CBofBitmap *pBmp) = 0; // This could be eliminated but is kept in to insure good class usage
 	virtual CBofBitmap *getBackground() = 0;                // Think about it, you can figure this out
@@ -309,7 +309,6 @@ public:
 
 	virtual ErrorCode loadObjects();
 	virtual ErrorCode releaseObjects();
-	// virtual ErrorCode   InsertObjects(CBagObject *);
 	virtual ErrorCode noObjectsUnderMouse();
 
 	virtual const CBofPoint devPtToViewPort(const CBofPoint &xPoint) {




More information about the Scummvm-git-logs mailing list