Browse Source

oops, not inline

David Rose 24 years ago
parent
commit
a737021a5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pgraph/transformState.h

+ 1 - 1
panda/src/pgraph/transformState.h

@@ -66,7 +66,7 @@ public:
 
 
 PUBLISHED:
 PUBLISHED:
   static CPT(TransformState) make_identity();
   static CPT(TransformState) make_identity();
-  INLINE static CPT(TransformState) make_invalid();
+  static CPT(TransformState) make_invalid();
   INLINE static CPT(TransformState) make_pos(const LVecBase3f &pos);
   INLINE static CPT(TransformState) make_pos(const LVecBase3f &pos);
   INLINE static CPT(TransformState) make_hpr(const LVecBase3f &hpr);
   INLINE static CPT(TransformState) make_hpr(const LVecBase3f &hpr);
   INLINE static CPT(TransformState) make_pos_hpr(const LVecBase3f &pos,
   INLINE static CPT(TransformState) make_pos_hpr(const LVecBase3f &pos,