diff options
author | MW | 2007-04-02 09:09:00 +0000 |
---|---|---|
committer | MW | 2007-04-02 09:09:00 +0000 |
commit | aa708d59f5115a8929eb24e9ed22192d921434b7 (patch) | |
tree | c5bfe0d513c8df9966ad87c5d1b88b02259c940c /OpenSim.Framework/SimProfileBase.cs | |
parent | Brought back in older version of libsecondlife.dll for now. (diff) | |
download | opensim-SC-aa708d59f5115a8929eb24e9ed22192d921434b7.zip opensim-SC-aa708d59f5115a8929eb24e9ed22192d921434b7.tar.gz opensim-SC-aa708d59f5115a8929eb24e9ed22192d921434b7.tar.bz2 opensim-SC-aa708d59f5115a8929eb24e9ed22192d921434b7.tar.xz |
Fixed VS2005 solution/project files
Diffstat (limited to 'OpenSim.Framework/SimProfileBase.cs')
-rw-r--r-- | OpenSim.Framework/SimProfileBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.Framework/SimProfileBase.cs b/OpenSim.Framework/SimProfileBase.cs index 0ee5e75..ffc66ec 100644 --- a/OpenSim.Framework/SimProfileBase.cs +++ b/OpenSim.Framework/SimProfileBase.cs | |||
@@ -17,7 +17,7 @@ namespace OpenSim.Framework.Sims | |||
17 | public uint RegionLocY; | 17 | public uint RegionLocY; |
18 | public string sendkey; | 18 | public string sendkey; |
19 | public string recvkey; | 19 | public string recvkey; |
20 | public bool online; | 20 | public bool online; |
21 | 21 | ||
22 | public SimProfileBase() | 22 | public SimProfileBase() |
23 | { | 23 | { |