Browse Source

publish LRotation

David Rose 24 years ago
parent
commit
856ac50310
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/linmath/lorientation_src.h

+ 1 - 1
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);