diff options
Diffstat (limited to 'indra/newview/llpanellandmarks.cpp')
-rw-r--r-- | indra/newview/llpanellandmarks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanellandmarks.cpp b/indra/newview/llpanellandmarks.cpp index faa938c772..e0c92fd4ab 100644 --- a/indra/newview/llpanellandmarks.cpp +++ b/indra/newview/llpanellandmarks.cpp @@ -531,7 +531,7 @@ void LLLandmarksPanel::onAddFolderButtonClick() const menu_create_inventory_item(mCurrentSelectedList->getRootFolder() , dynamic_cast<LLFolderBridge*>(folder_bridge) , LLSD("category") - , gInventory.findCategoryUUIDForType(LLAssetType::AT_LANDMARK) + , gInventory.findCategoryUUIDForType(LLFolderType::FT_LANDMARK) ); } } |