remove a wrong virtual dec ( no overides, and cant really have if used on a constructor like in assetlandmark)
parent
81ef04c9fd
commit
8c19ea910a
|
@ -155,7 +155,7 @@ namespace OpenSim.Framework
|
|||
}
|
||||
}
|
||||
|
||||
public virtual byte[] Data
|
||||
public byte[] Data
|
||||
{
|
||||
get { return m_data; }
|
||||
set { m_data = value; }
|
||||
|
|
Loading…
Reference in New Issue