Skip to content

Commit

Permalink
Use cppclass for packed_columns cdef
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Aug 3, 2021
1 parent 7f704d6 commit 79655f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/_lib/cpp/copying.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ cdef extern from "cudf/copying.hpp" namespace "cudf" nogil:
vector[size_type] splits
) except +

cdef struct packed_columns:
cdef cppclass packed_columns:
unique_ptr[metadata] metadata_
unique_ptr[device_buffer] gpu_data

Expand Down

0 comments on commit 79655f1

Please sign in to comment.