Warning cleanup

This commit is contained in:
casey langen 2021-04-13 22:02:00 -07:00
parent f0fdb01584
commit 2a72984be4

View File

@ -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;