summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatercreatelandmark.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-04-02 00:38:51 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2025-03-11 01:41:05 +0200
commitd8f3c242d4ece0c38269682cf65a05f955579eeb (patch)
treef79f6f00b5de55f067e208bdd8117ef55b2fb68e /indra/newview/llfloatercreatelandmark.h
parentf2042fe9d8f4b6d939ace4009e959962e91c967e (diff)
viewer#1104 Crash at populateFoldersList
Ensure folder creation callbacks remain alive # Conflicts: # indra/newview/llfloatercreatelandmark.cpp # indra/newview/llfloatercreatelandmark.h
Diffstat (limited to 'indra/newview/llfloatercreatelandmark.h')
-rw-r--r--indra/newview/llfloatercreatelandmark.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatercreatelandmark.h b/indra/newview/llfloatercreatelandmark.h
index fa6d001b8e..e3a258efe9 100644
--- a/indra/newview/llfloatercreatelandmark.h
+++ b/indra/newview/llfloatercreatelandmark.h
@@ -62,7 +62,7 @@ private:
void onSaveClicked();
void onCancelClicked();
- void folderCreatedCallback(LLUUID folder_id);
+ static void folderCreatedCallback(LLUUID folder_id);
LLComboBox* mFolderCombo;
LLLineEditor* mLandmarkTitleEditor;