[Scummvm-git-logs] scummvm master -> 43d16746c0468a94fb17c1e03c0ca920d7fc93cf

sev- noreply at scummvm.org
Tue Jan 25 21:16:37 UTC 2022


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:
43d16746c0 GUI: Add override keywords


Commit: 43d16746c0468a94fb17c1e03c0ca920d7fc93cf
    https://github.com/scummvm/scummvm/commit/43d16746c0468a94fb17c1e03c0ca920d7fc93cf
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-01-25T22:16:11+01:00

Commit Message:
GUI: Add override keywords

Changed paths:
    gui/widgets/tab.h


diff --git a/gui/widgets/tab.h b/gui/widgets/tab.h
index da89917cda9..3c33166ae38 100644
--- a/gui/widgets/tab.h
+++ b/gui/widgets/tab.h
@@ -78,8 +78,8 @@ public:
 	 */
 	int addTab(const Common::U32String &title, const Common::String &dialogName, bool withScroll = true);
 
-	virtual Widget *addChild(Widget *newChild);
-	virtual void removeWidget(Widget *del);
+	virtual Widget *addChild(Widget *newChild) override;
+	virtual void removeWidget(Widget *del) override;
 
 	/**
 	 * Remove the tab with the given tab ID. Disposes all child widgets of that tab.




More information about the Scummvm-git-logs mailing list