diff --git a/cpp/include/cudf/table/experimental/row_operators.cuh b/cpp/include/cudf/table/experimental/row_operators.cuh index 09f5217b1ac..d305cfa66b5 100644 --- a/cpp/include/cudf/table/experimental/row_operators.cuh +++ b/cpp/include/cudf/table/experimental/row_operators.cuh @@ -410,7 +410,7 @@ class self_comparator { template device_row_comparator device_comparator(Nullate nullate = {}) const { - return device_row_comparator( + return device_row_comparator( nullate, *d_t, *d_t, d_t->depths(), d_t->column_order(), d_t->null_precedence()); }