aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorCharles Krinke2008-06-28 14:46:20 +0000
committerCharles Krinke2008-06-28 14:46:20 +0000
commit42e892140c2ae6f5200ae7cd8e6aae7d3d8823f5 (patch)
treef7092602fb8e15b2c33db1a124b7ca3587f78ce1 /OpenSim
parentFrom: Kurt Taylor <krtaylor@us.ibm.com> (diff)
downloadopensim-SC_OLD-42e892140c2ae6f5200ae7cd8e6aae7d3d8823f5.zip
opensim-SC_OLD-42e892140c2ae6f5200ae7cd8e6aae7d3d8823f5.tar.gz
opensim-SC_OLD-42e892140c2ae6f5200ae7cd8e6aae7d3d8823f5.tar.bz2
opensim-SC_OLD-42e892140c2ae6f5200ae7cd8e6aae7d3d8823f5.tar.xz
Remove one warning. We are now down to 16 warnings in
a build with VS2005.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 9583b6d..aecf2df 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -131,7 +131,7 @@ namespace OpenSim
131 get { return m_httpServer; } 131 get { return m_httpServer; }
132 } 132 }
133 133
134 public new uint HttpServerPort 134 public uint HttpServerPort
135 { 135 {
136 get { return m_httpServerPort; } 136 get { return m_httpServerPort; }
137 } 137 }