Skip to content

Commit a49f504

Browse files
author
Rafał Hibner
committed
Merge branch 'BackpressureCombiner' into combined2
2 parents c9de809 + 9789c0e commit a49f504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/acero/backpressure.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ARROW_ACERO_EXPORT BackpressureController : public BackpressureControl {
3737
};
3838

3939
template <typename T>
40-
class ARROW_ACERO_EXPORT BackpressureControlWrapper : public BackpressureControl {
40+
class BackpressureControlWrapper : public BackpressureControl {
4141
public:
4242
explicit BackpressureControlWrapper(T* obj) : obj_(obj) {}
4343

0 commit comments

Comments
 (0)