diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/TaskInventoryItem.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/TaskInventoryItem.cs b/OpenSim/Framework/TaskInventoryItem.cs index 5453eb3..1eff696 100644 --- a/OpenSim/Framework/TaskInventoryItem.cs +++ b/OpenSim/Framework/TaskInventoryItem.cs | |||
@@ -214,6 +214,8 @@ namespace OpenSim.Framework | |||
214 | public string Name = String.Empty; | 214 | public string Name = String.Empty; |
215 | public string Description = String.Empty; | 215 | public string Description = String.Empty; |
216 | public uint CreationDate = 0; | 216 | public uint CreationDate = 0; |
217 | public LLUUID PermsGranter; | ||
218 | public int PermsMask; | ||
217 | 219 | ||
218 | public LLUUID ParentPartID = LLUUID.Zero; | 220 | public LLUUID ParentPartID = LLUUID.Zero; |
219 | 221 | ||