Skip to content

Commit 9789c0e

Browse files
author
Rafał Hibner
committed
Do not export template?
1 parent 935aaee commit 9789c0e

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)