* PROTIP: It helps to know what your doing when playing with reflection.

This commit is contained in:
Adam Frisby
2007-07-15 17:32:54 +00:00
parent 813cdd0c80
commit aebd58d75e
2 changed files with 9 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ using libsecondlife;
namespace OpenSim.DataStore.NullStorage
{
class NullDataStore : IRegionDataStore
public class NullDataStore : IRegionDataStore
{
public void Initialise(string dbfile, string dbname)
{