aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid
diff options
context:
space:
mode:
authorAdam Frisby2008-03-05 21:50:58 +0000
committerAdam Frisby2008-03-05 21:50:58 +0000
commit4d9ed39444367d6c3f1c9a292a07f553ba956879 (patch)
tree3ae53722673e67d671e0e877be97cf261083f091 /OpenSim/Grid
parent* Removed more compiler warnings, dead code, etc. (diff)
downloadopensim-SC_OLD-4d9ed39444367d6c3f1c9a292a07f553ba956879.zip
opensim-SC_OLD-4d9ed39444367d6c3f1c9a292a07f553ba956879.tar.gz
opensim-SC_OLD-4d9ed39444367d6c3f1c9a292a07f553ba956879.tar.bz2
opensim-SC_OLD-4d9ed39444367d6c3f1c9a292a07f553ba956879.tar.xz
* Four more warnings bite the dust.
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r--OpenSim/Grid/MessagingServer/Main.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Grid/MessagingServer/Main.cs b/OpenSim/Grid/MessagingServer/Main.cs
index bbf25f6..24f1cbc 100644
--- a/OpenSim/Grid/MessagingServer/Main.cs
+++ b/OpenSim/Grid/MessagingServer/Main.cs
@@ -163,8 +163,9 @@ namespace OpenSim.Grid.MessagingServer
163 } 163 }
164 } 164 }
165 165
166 public void Show(string ShowWhat) 166 public override void Show(string ShowWhat)
167 { 167 {
168 base.Show(ShowWhat);
168 } 169 }
169 } 170 }
170} 171}