Renamed libsecondlife.Image to ManagedImage

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1919 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-07-16 17:41:09 +00:00
parent 3f8e884177
commit e0a95b721b
10 changed files with 45 additions and 46 deletions

View File

@@ -93,7 +93,7 @@ namespace libsecondlife.TestClient
{
if (lowfilename.EndsWith(".jp2") || lowfilename.EndsWith(".j2c"))
{
libsecondlife.Image imgData;
ManagedImage imgData;
// Upload JPEG2000 images untouched
UploadData = System.IO.File.ReadAllBytes(fileName);