mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Warning cleanup
This commit is contained in:
parent
f0fdb01584
commit
2a72984be4
@ -134,7 +134,7 @@ namespace cursespp {
|
||||
void OnParentVisibilityChanged(bool visible) override;
|
||||
void OnChildVisibilityChanged(bool visible, IWindow* child) override;
|
||||
|
||||
bool HasBadBounds() { return this->badBounds; }
|
||||
bool HasBadBounds() noexcept { return this->badBounds; }
|
||||
|
||||
/* IMouseHandler */
|
||||
bool MouseEvent(const IMouseHandler::Event& mouseEvent) override;
|
||||
|
Loading…
Reference in New Issue
Block a user