mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
remove a wrong virtual dec ( no overides, and cant really have if used on a constructor like in assetlandmark)
This commit is contained in:
@@ -155,7 +155,7 @@ namespace OpenSim.Framework
|
||||
}
|
||||
}
|
||||
|
||||
public virtual byte[] Data
|
||||
public byte[] Data
|
||||
{
|
||||
get { return m_data; }
|
||||
set { m_data = value; }
|
||||
|
||||
Reference in New Issue
Block a user