mirror of
https://github.com/opensim/opensim.git
synced 2026-07-19 22:26:13 +08:00
attempt to fix up all refernces to new directory structure
This commit is contained in:
@@ -29,7 +29,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data.Common;
|
||||
|
||||
namespace OpenSim.Framework.Data.Base
|
||||
namespace OpenSim.Data.Base
|
||||
{
|
||||
public delegate TField ObjectGetAccessor<TObj, TField>(TObj obj);
|
||||
public delegate void ObjectSetAccessor<TObj, TField>(TObj obj, TField value);
|
||||
|
||||
Reference in New Issue
Block a user