diff options
Diffstat (limited to 'indra/newview/llviewerobject.h')
| -rw-r--r-- | indra/newview/llviewerobject.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index 0fd0cbfa60..6ebd1cbe21 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -373,7 +373,7 @@ public:  	void markForUpdate(BOOL priority);  	void updateVolume(const LLVolumeParams& volume_params); -	virtual	void updateSpatialExtents(LLVector3& min, LLVector3& max); +	virtual	void updateSpatialExtents(LLVector4a& min, LLVector4a& max);  	virtual F32 getBinRadius();  	LLBBox				getBoundingBoxAgent() const; @@ -386,7 +386,7 @@ public:  	void clearDrawableState(U32 state, BOOL recursive = TRUE);  	// Called when the drawable shifts -	virtual void onShift(const LLVector3 &shift_vector)	{ } +	virtual void onShift(const LLVector4a &shift_vector)	{ }  	//////////////////////////////////////  	//  | 
