Fix symbol visibility of StreamingListener.

This commit is contained in:
Dominic Meiser 2015-10-05 18:04:38 -04:00
parent 580378d522
commit 84d7ff1088

View File

@ -1032,7 +1032,7 @@ class TestResultAccessor {
#if GTEST_CAN_STREAM_RESULTS_
// Streams test results to the given port on the given host machine.
class StreamingListener : public EmptyTestEventListener {
class GTEST_API_ StreamingListener : public EmptyTestEventListener {
public:
// Abstract base class for writing strings to a socket.
class AbstractSocketWriter {