X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=pysam.git;a=blobdiff_plain;f=pysam%2Fctabix.pxd;h=950e28e6252b9d741b71d26fc13e03ee5e0a427a;hp=7e15c43d068428d502b4c46d934d7a681747613d;hb=e1756c41e7a1d7cc01fb95e42df9dd04da2d2991;hpb=ca46ef4ba4a883c57cea62d5bf1bc021f1185109 diff --git a/pysam/ctabix.pxd b/pysam/ctabix.pxd index 7e15c43..950e28e 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