From ec219f025afd1ecf1997d358f10a74a670d65e86 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 16 Apr 2009 17:57:17 +0000 Subject: * Started arduous config refactoring task with babystep introduction of common baseclass for backend configs. --- OpenSim/Framework/InventoryConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/InventoryConfig.cs') diff --git a/OpenSim/Framework/InventoryConfig.cs b/OpenSim/Framework/InventoryConfig.cs index 90e4482..8141290 100644 --- a/OpenSim/Framework/InventoryConfig.cs +++ b/OpenSim/Framework/InventoryConfig.cs @@ -32,7 +32,7 @@ namespace OpenSim.Framework /// /// Defines and handles inventory grid server configuration /// - public class InventoryConfig + public class InventoryConfig:ConfigBase { public static uint DefaultHttpPort = 8004; -- cgit v1.1