Make the interface method public

git-svn-id: http://forge.opensimulator.org/svn/osprofile/trunk@41 19860011-0018-435d-96ae-4a7b0aaa3128
This commit is contained in:
melanie
2009-08-13 14:36:39 +00:00
parent 0b45707297
commit adcaa25b6a
@@ -515,7 +515,7 @@ namespace OpenSimProfile.Modules.OpenProfile
}
}
Hashtable GetProfileData(UUID userID)
public Hashtable GetProfileData(UUID userID)
{
return new Hashtable();
}