mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
remove incorrect INLINE
This commit is contained in:
parent
3a3156af58
commit
632bc8adef
@ -294,7 +294,7 @@ write(ostream &out, int indent_level) const {
|
|||||||
// Access: Published
|
// Access: Published
|
||||||
// Description:
|
// Description:
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
INLINE_LINMATH void FLOATNAME(LMatrix3)::
|
void FLOATNAME(LMatrix3)::
|
||||||
python_repr(ostream &out, const string &class_name) const {
|
python_repr(ostream &out, const string &class_name) const {
|
||||||
out << class_name << "("
|
out << class_name << "("
|
||||||
<< MAYBE_ZERO(_m.m._00) << ", "
|
<< MAYBE_ZERO(_m.m._00) << ", "
|
||||||
|
@ -202,7 +202,7 @@ output(ostream &out) const {
|
|||||||
// Access: Published
|
// Access: Published
|
||||||
// Description:
|
// Description:
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
INLINE_LINMATH void FLOATNAME(LMatrix4)::
|
void FLOATNAME(LMatrix4)::
|
||||||
python_repr(ostream &out, const string &class_name) const {
|
python_repr(ostream &out, const string &class_name) const {
|
||||||
out << class_name << "("
|
out << class_name << "("
|
||||||
<< MAYBE_ZERO(_m.m._00) << ", "
|
<< MAYBE_ZERO(_m.m._00) << ", "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user