* Fix build break from last commit

0.6.5-rc1
Justin Clarke Casey 2009-03-26 17:30:43 +00:00
parent 93b26f8933
commit 3f1ec6334f
1 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@
using System.IO;
using System.Xml;
using OpenMetaverse;
using OpenSim.Framework;
namespace OpenSim.Framework.Serialization.External
@ -53,7 +54,7 @@ namespace OpenSim.Framework.Serialization.External
xtw.WriteAttributeString("minor_version", MINOR_VERSION.ToString());
xtw.WriteElementString("name", profile.Name);
xtw.WriteElementString("id", profile.ID);
xtw.WriteElementString("id", profile.ID.ToString());
xtw.WriteElementString("about", profile.AboutText);
// Not sure if we're storing this yet, need to take a look