Fix macOS compilation with Xcode 26.4

This commit is contained in:
Hecklezz
2026-04-05 08:47:18 +10:00
parent 49785529dc
commit 0bd2f4d819
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
#include "llfloater.h"
class FSFloaterWhiteListHelper : public LLFloater
class FSFloaterWhiteListHelper final : public LLFloater
{
public:
explicit FSFloaterWhiteListHelper(const LLSD& key);
+1 -1
View File
@@ -34,7 +34,7 @@ class LLFloaterLocalMeshFilePicker;
class LLScrollListCtrl;
class LLTextEditor;
class LLFloaterLocalMesh : public LLFloater
class LLFloaterLocalMesh final : public LLFloater
{
public:
explicit LLFloaterLocalMesh(const LLSD& key);