aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AssetRequest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/AssetRequest.cs')
-rw-r--r--OpenSim/Framework/AssetRequest.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/AssetRequest.cs b/OpenSim/Framework/AssetRequest.cs
index 71d5298..f6c184a 100644
--- a/OpenSim/Framework/AssetRequest.cs
+++ b/OpenSim/Framework/AssetRequest.cs
@@ -25,13 +25,13 @@
25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 */ 26 */
27 27
28using libsecondlife; 28using OpenMetaverse;
29 29
30namespace OpenSim.Framework 30namespace OpenSim.Framework
31{ 31{
32 public struct AssetRequest 32 public struct AssetRequest
33 { 33 {
34 public LLUUID AssetID; 34 public UUID AssetID;
35 public bool IsTexture; 35 public bool IsTexture;
36 } 36 }
37} \ No newline at end of file 37}