From b90f26ac6b9cb22d2616f35b1ac00ed36e9722ff Mon Sep 17 00:00:00 2001
From: cinder <cinder@cinderblocks.biz>
Date: Sat, 3 Dec 2022 13:39:30 -0600
Subject: [PATCH] i <3 u LLFloater

---
 indra/llui/llfloater.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h
index 39b6d427e09..9c29933bb2b 100644
--- a/indra/llui/llfloater.h
+++ b/indra/llui/llfloater.h
@@ -303,10 +303,10 @@ class LLFloater : public LLPanel, public LLInstanceTracker<LLFloater>
 	
 	BOOL	handleScrollWheel(S32 x, S32 y, S32 mask) override;
 	
-	void	draw() override;
+	virtual void	draw() override;
 	virtual void	drawShadow(LLPanel* panel);
 	
-	void	onOpen(const LLSD& key) override {}
+	virtual void	onOpen(const LLSD& key) override {}
 	virtual void	onClose(bool app_quitting) {}
 
 	// This cannot be "const" until all derived floater canClose()
-- 
GitLab