diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim.Framework/Types/Login.cs (renamed from OpenSim.Framework/Login.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.Framework/Login.cs b/OpenSim.Framework/Types/Login.cs index 8a67853..ed77a46 100644 --- a/OpenSim.Framework/Login.cs +++ b/OpenSim.Framework/Types/Login.cs | |||
@@ -3,7 +3,7 @@ using System.Collections.Generic; | |||
3 | using System.Text; | 3 | using System.Text; |
4 | using libsecondlife; | 4 | using libsecondlife; |
5 | 5 | ||
6 | namespace OpenSim.Framework.Interfaces | 6 | namespace OpenSim.Framework.Types |
7 | { | 7 | { |
8 | public class Login | 8 | public class Login |
9 | { | 9 | { |