[Scummvm-git-logs] scummvm master -> b8c94f3a45eefeead85f4e12b17d66ed96396a2b
sev-
noreply at scummvm.org
Thu Jun 1 18:23:51 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:
b8c94f3a45 DIRECTOR: Added missing override keyword
Commit: b8c94f3a45eefeead85f4e12b17d66ed96396a2b
https://github.com/scummvm/scummvm/commit/b8c94f3a45eefeead85f4e12b17d66ed96396a2b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-06-01T20:23:30+02:00
Commit Message:
DIRECTOR: Added missing override keyword
Changed paths:
engines/director/window.h
diff --git a/engines/director/window.h b/engines/director/window.h
index 380a70f1ca9..20ee6da0ee0 100644
--- a/engines/director/window.h
+++ b/engines/director/window.h
@@ -139,7 +139,7 @@ public:
void setWindowType(int type) { _windowType = type; updateBorderType(); }
int getWindowType() const { return _windowType; }
- void setTitleVisible(bool titleVisible);
+ void setTitleVisible(bool titleVisible) override;
Datum getStageRect();
bool setStageRect(Datum datum);
void setModal(bool modal);
More information about the Scummvm-git-logs
mailing list