mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Hush compiler warnings.
This commit is contained in:
parent
a696d99f5e
commit
d67486fda9
@ -56,11 +56,11 @@ namespace cursespp {
|
||||
this->stack = nullptr;
|
||||
}
|
||||
|
||||
virtual void SetOverlayStack(OverlayStack* stack) {
|
||||
virtual void SetOverlayStack(OverlayStack* stack) override {
|
||||
this->stack = stack;
|
||||
}
|
||||
|
||||
virtual bool IsTop() {
|
||||
virtual bool IsTop() override {
|
||||
if (LayoutBase::IsTop()) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user