diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Capabilities/LLSD.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/LLSD.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/LLSD.cs b/OpenSim/Framework/Communications/Capabilities/LLSD.cs index 60b5f75..4efeeb1 100644 --- a/OpenSim/Framework/Communications/Capabilities/LLSD.cs +++ b/OpenSim/Framework/Communications/Capabilities/LLSD.cs | |||
@@ -10,7 +10,7 @@ using System.Text; | |||
10 | namespace OpenSim.Region.Capabilities | 10 | namespace OpenSim.Region.Capabilities |
11 | { | 11 | { |
12 | /// <summary> | 12 | /// <summary> |
13 | /// | 13 | /// Borrowed from (a older version of ) libsl for now, as their new llsd code doesn't work we our decoding code. |
14 | /// </summary> | 14 | /// </summary> |
15 | public static class LLSD | 15 | public static class LLSD |
16 | { | 16 | { |