Update cache.pxd
This commit is contained in:
parent
14513d9971
commit
30d4b02f00
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
from std_memory cimport shared_ptr
|
from .std_memory cimport shared_ptr
|
||||||
|
|
||||||
cdef extern from "rocksdb/cache.h" namespace "rocksdb":
|
cdef extern from "rocksdb/cache.h" namespace "rocksdb":
|
||||||
cdef cppclass Cache:
|
cdef cppclass Cache:
|
||||||
|
|
Loading…
Reference in a new issue