From ba6d2936f2fe4136b8ced02fef4551a2743992db Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Mon, 18 Dec 2023 01:03:45 -0500
Subject: [PATCH] Ooops fix build

---
 indra/newview/llfloaterreporter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llfloaterreporter.h b/indra/newview/llfloaterreporter.h
index 1c575033bcf..c342bb2ad9b 100644
--- a/indra/newview/llfloaterreporter.h
+++ b/indra/newview/llfloaterreporter.h
@@ -107,7 +107,7 @@ class LLFloaterReporter final
 
 	void onLoadScreenshotDialog(const LLSD& notification, const LLSD& response);
 
-	void takeNewSnapshot();
+	void takeNewSnapshot(bool refresh);
 
 private:
 	static void show(const LLUUID& object_id, const std::string& avatar_name = LLStringUtil::null, const LLUUID& experience_id = LLUUID::null);
-- 
GitLab