X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=pysam.git;a=blobdiff_plain;f=pysam%2Fctabix.pxd;h=7e15c43d068428d502b4c46d934d7a681747613d;hp=950e28e6252b9d741b71d26fc13e03ee5e0a427a;hb=ca46ef4ba4a883c57cea62d5bf1bc021f1185109;hpb=d02fe5283ed7a93a2f76a5d6dc6e37b40c11b9b1 diff --git a/pysam/ctabix.pxd b/pysam/ctabix.pxd index 950e28e..7e15c43 100644 --- a/pysam/ctabix.pxd +++ b/pysam/ctabix.pxd @@ -170,7 +170,7 @@ cdef extern from "tabix.h": # char *ti_iter_read(BGZF *fp, ti_iter_t iter, int *len) cdef class Tabixfile: - cdef char * filename + cdef char * _filename # pointer to tabixfile cdef tabix_t * tabixfile