Some missing definitions needed for successful compilation.

This commit is contained in:
Robert Adams
2014-01-04 17:52:38 -08:00
parent 8ff2ff1a36
commit 38148bd4b6
2 changed files with 4 additions and 2 deletions

View File

@@ -42,7 +42,8 @@ namespace OpenSim.Region.Framework.Scenes
{
public abstract class SceneBase : IScene
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
protected static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
protected static readonly string LogHeader = "[SCENE]";
#region Events