From 9ed2b262329d760d5ed52cabdcccfa59d9a1d50e Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Fri, 14 Dec 2007 15:29:51 +0000 Subject: [PATCH] * Just making Create public --- OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs index 2a24821e70..fdb2afed0a 100644 --- a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs +++ b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs @@ -117,7 +117,7 @@ namespace OpenSim.Framework.Communications.Cache Items.Add(item.inventoryID, item); } - private InventoryItemBase CreateItem(LLUUID inventoryID, LLUUID assetID, string name, string description, int assetType, int invType, LLUUID parentFolderID) + public InventoryItemBase CreateItem(LLUUID inventoryID, LLUUID assetID, string name, string description, int assetType, int invType, LLUUID parentFolderID) { InventoryItemBase item = new InventoryItemBase(); item.avatarID = libOwner;