aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/InventoryCollection.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/InventoryCollection.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/InventoryCollection.cs b/OpenSim/Framework/InventoryCollection.cs
index 59655eb..a55a1cb 100644
--- a/OpenSim/Framework/InventoryCollection.cs
+++ b/OpenSim/Framework/InventoryCollection.cs
@@ -40,5 +40,6 @@ namespace OpenSim.Framework
40 public UUID OwnerID; 40 public UUID OwnerID;
41 public UUID FolderID; 41 public UUID FolderID;
42 public int Version; 42 public int Version;
43 public int Descendents;
43 } 44 }
44} 45}