Skip to content

Commit

Permalink
overlooked one place
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens-G committed Dec 19, 2024
1 parent 69b1be5 commit 4138b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cpp/src/thrift/TOutput.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class TOutput {
void (*f_)(const char*);
};

THRIFT_EXPORT extern TOutput GlobalOutput;
/*THRIFT_EXPORT*/ extern TOutput GlobalOutput; // if you need this exported, build your own wrapper lib around and export it yourself
}
} // namespace apache::thrift

Expand Down

0 comments on commit 4138b44

Please sign in to comment.