diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-03-11 03:12:39 +0200 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-03-11 03:12:39 +0200 | 
| commit | c864e6a8b3c50c72fe409fddacf0b5ce352819c1 (patch) | |
| tree | 85ea506964d43a99ce1e0e2d1bfd43b4b37e0852 /indra/newview/llfloatercreatelandmark.h | |
| parent | ea7b63ffbf344995faf138cb264c9edee77fda7d (diff) | |
Build fix
Diffstat (limited to 'indra/newview/llfloatercreatelandmark.h')
| -rw-r--r-- | indra/newview/llfloatercreatelandmark.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/indra/newview/llfloatercreatelandmark.h b/indra/newview/llfloatercreatelandmark.h index e3a258efe9..f97ade2c1b 100644 --- a/indra/newview/llfloatercreatelandmark.h +++ b/indra/newview/llfloatercreatelandmark.h @@ -62,13 +62,14 @@ private:      void onSaveClicked();      void onCancelClicked(); -    static void folderCreatedCallback(LLUUID folder_id); +    void folderCreatedCallback(LLUUID folder_id);      LLComboBox*     mFolderCombo;      LLLineEditor*   mLandmarkTitleEditor;      LLTextEditor*   mNotesEditor;      LLUUID          mLandmarksID;      LLUUID          mAssetID; +    LLUUID          mParentID;      LLLandmarksInventoryObserver*   mInventoryObserver;      LLPointer<LLInventoryItem>      mItem; | 
