diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/IGroupsData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/IGroupsData.cs b/OpenSim/Data/IGroupsData.cs index c11e649..bd059e0 100644 --- a/OpenSim/Data/IGroupsData.cs +++ b/OpenSim/Data/IGroupsData.cs | |||
@@ -81,7 +81,7 @@ namespace OpenSim.Data | |||
81 | } | 81 | } |
82 | 82 | ||
83 | 83 | ||
84 | public interface IGroupsData | 84 | public interface IGroupsData |
85 | { | 85 | { |
86 | // groups table | 86 | // groups table |
87 | bool StoreGroup(GroupData data); | 87 | bool StoreGroup(GroupData data); |