From 6391b5312a48bd5a146b324879837ff6467e40da Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 16 Apr 2009 19:27:00 +0000 Subject: * Since that was seemingly an false alarm, reverting the revert. --- OpenSim/Framework/GridConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/GridConfig.cs') diff --git a/OpenSim/Framework/GridConfig.cs b/OpenSim/Framework/GridConfig.cs index 52bc3d6..640eeaa 100644 --- a/OpenSim/Framework/GridConfig.cs +++ b/OpenSim/Framework/GridConfig.cs @@ -29,7 +29,7 @@ using System; namespace OpenSim.Framework { - public class GridConfig + public class GridConfig:ConfigBase { public static uint DefaultHttpPort = 8001; -- cgit v1.1