mirror of
https://github.com/opensim/opensim.git
synced 2026-07-13 19:14:51 +08:00
* Fix build break - went a const or two too far
This commit is contained in:
@@ -83,8 +83,8 @@ namespace OpenSim.Framework.Serialization
|
||||
/// <value>
|
||||
/// Extensions used for asset types in the archive
|
||||
/// </value>
|
||||
public const IDictionary<sbyte, string> ASSET_TYPE_TO_EXTENSION = new Dictionary<sbyte, string>();
|
||||
public const IDictionary<string, sbyte> EXTENSION_TO_ASSET_TYPE = new Dictionary<string, sbyte>();
|
||||
public static readonly IDictionary<sbyte, string> ASSET_TYPE_TO_EXTENSION = new Dictionary<sbyte, string>();
|
||||
public static readonly IDictionary<string, sbyte> EXTENSION_TO_ASSET_TYPE = new Dictionary<string, sbyte>();
|
||||
|
||||
static ArchiveConstants()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user