From 0b0082eebca50a4e4e5287512fb39e51944fd7b0 Mon Sep 17 00:00:00 2001 From: Laserlicht <13953785+Laserlicht@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:22:49 +0200 Subject: [PATCH] format --- client/gui/CIntObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/gui/CIntObject.h b/client/gui/CIntObject.h index adffdfde6..6ea72ed56 100644 --- a/client/gui/CIntObject.h +++ b/client/gui/CIntObject.h @@ -98,7 +98,7 @@ public: void showAll(Canvas & to) override; //request complete redraw of this object void redraw() override; - + /// returns true if this element is a popup window /// called only for windows bool isPopupWindow() const override;