mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Add missing PY_VERSION_HEX guard
This commit is contained in:
parent
1b93b8fbb3
commit
a0f8208dc3
@ -141,7 +141,10 @@ PUBLISHED:
|
||||
void output(ostream &out) const;
|
||||
|
||||
EXTENSION(PyObject *get_points() const);
|
||||
|
||||
#if PY_VERSION_HEX >= 0x02060000
|
||||
EXTENSION(int __getbuffer__(PyObject *self, Py_buffer *view, int flags) const);
|
||||
#endif
|
||||
|
||||
public:
|
||||
INLINE const vector_float &get_table() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user