Skip to content

Commit

Permalink
msvc: try fixing visibility for State::~State
Browse files Browse the repository at this point in the history
  • Loading branch information
bkietz committed Oct 25, 2024
1 parent 32c4f59 commit f7d3fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/status.h
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ class ARROW_EXPORT [[nodiscard]] Status : public util::EqualityComparable<Status
#endif

private:
struct State {
struct ARROW_EXPORT State {
StatusCode code;
std::string msg;
std::shared_ptr<StatusDetail> detail;
Expand Down

0 comments on commit f7d3fff

Please sign in to comment.