aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AssetBase.cs
diff options
context:
space:
mode:
authorUbitUmarov2016-11-21 23:34:33 +0000
committerUbitUmarov2016-11-21 23:34:33 +0000
commit8c19ea910a404295292a09762fc48dadd2fce2d4 (patch)
tree32e112ee1f2de0c012dc52e7809048fc38a48354 /OpenSim/Framework/AssetBase.cs
parentfix type bug on hyperlinks (diff)
downloadopensim-SC_OLD-8c19ea910a404295292a09762fc48dadd2fce2d4.zip
opensim-SC_OLD-8c19ea910a404295292a09762fc48dadd2fce2d4.tar.gz
opensim-SC_OLD-8c19ea910a404295292a09762fc48dadd2fce2d4.tar.bz2
opensim-SC_OLD-8c19ea910a404295292a09762fc48dadd2fce2d4.tar.xz
remove a wrong virtual dec ( no overides, and cant really have if used on a constructor like in assetlandmark)
Diffstat (limited to 'OpenSim/Framework/AssetBase.cs')
-rw-r--r--OpenSim/Framework/AssetBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/AssetBase.cs b/OpenSim/Framework/AssetBase.cs
index 33be612..87fd04a 100644
--- a/OpenSim/Framework/AssetBase.cs
+++ b/OpenSim/Framework/AssetBase.cs
@@ -155,7 +155,7 @@ namespace OpenSim.Framework
155 } 155 }
156 } 156 }
157 157
158 public virtual byte[] Data 158 public byte[] Data
159 { 159 {
160 get { return m_data; } 160 get { return m_data; }
161 set { m_data = value; } 161 set { m_data = value; }