From 69bc2fe0116b4b99e83e63285febd142de2f3d30 Mon Sep 17 00:00:00 2001 From: John Hurliman Date: Mon, 29 Jan 2007 22:26:03 +0000 Subject: [PATCH] Changed Primitive.ObjectPropertiesFamily references to LLObject.ObjectPropertiesFamily git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@916 52acb1d6-8a22-11de-b505-999d5b087335 --- libsecondlife-cs/ObjectManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsecondlife-cs/ObjectManager.cs b/libsecondlife-cs/ObjectManager.cs index 6f97567b..fd7b72d5 100644 --- a/libsecondlife-cs/ObjectManager.cs +++ b/libsecondlife-cs/ObjectManager.cs @@ -104,7 +104,7 @@ namespace libsecondlife /// /// /// - public delegate void ObjectPropertiesFamilyCallback(Simulator simulator, Primitive.ObjectPropertiesFamily properties); + public delegate void ObjectPropertiesFamilyCallback(Simulator simulator, LLObject.ObjectPropertiesFamily properties); /// /// /// @@ -1529,7 +1529,7 @@ namespace libsecondlife #region Event Notification - protected void FireOnObjectPropertiesFamily(Simulator sim, Primitive.ObjectPropertiesFamily props) + protected void FireOnObjectPropertiesFamily(Simulator sim, LLObject.ObjectPropertiesFamily props) { if (OnObjectPropertiesFamily != null) {