Disambiguate use of RegionFlags in NullRegionData

This was not necessary with the nant build but is for xbuild, since xbuild includes associated project DLLs
And so picks up OpenMetaverse.dll even though it isn't referenced by OpenSim.Data.Null.dll
connector_plugin
Justin Clark-Casey (justincc) 2012-10-09 17:20:01 +01:00
parent ef3cc2e507
commit 40bf789ad7
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ using OpenSim.Framework;
using OpenSim.Data;
using System.Reflection;
using log4net;
using RegionFlags = OpenSim.Framework.RegionFlags;
namespace OpenSim.Data.Null
{