diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/GridAssetClient.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/GridAssetClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs index 6caabcd..4206cae 100644 --- a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs +++ b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs | |||
@@ -78,7 +78,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
78 | throw new Exception("The method or operation is not implemented."); | 78 | throw new Exception("The method or operation is not implemented."); |
79 | } | 79 | } |
80 | 80 | ||
81 | protected override void StoreAsset(AssetBase asset) | 81 | public override void StoreAsset(AssetBase asset) |
82 | { | 82 | { |
83 | try | 83 | try |
84 | { | 84 | { |