Add missing PY_VERSION_HEX guard

This commit is contained in:
rdb 2014-03-09 11:21:54 +00:00
parent 1b93b8fbb3
commit a0f8208dc3

View File

@ -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;