From 856ac50310929b797f3b55e7e1bfb3533c08698f Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 10 Dec 2001 16:21:39 +0000 Subject: [PATCH] publish LRotation --- panda/src/linmath/lorientation_src.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/linmath/lorientation_src.h b/panda/src/linmath/lorientation_src.h index 5c871e67d8..0b962a6ee8 100644 --- a/panda/src/linmath/lorientation_src.h +++ b/panda/src/linmath/lorientation_src.h @@ -21,7 +21,7 @@ // Description : This is a unit quaternion representing an orientation. //////////////////////////////////////////////////////////////////////// class EXPCL_PANDA FLOATNAME(LOrientation) : public FLOATNAME(LQuaternion) { -public: +PUBLISHED: INLINE_LINMATH FLOATNAME(LOrientation)(); INLINE_LINMATH FLOATNAME(LOrientation)(const FLOATNAME(LQuaternion)&); INLINE_LINMATH FLOATNAME(LOrientation)(FLOATTYPE, FLOATTYPE, FLOATTYPE, FLOATTYPE);