Fix symbol visibility of StreamingListener.

pull/605/head
Dominic Meiser 10 years ago
parent 580378d522
commit 84d7ff1088
  1. 2
      googletest/src/gtest-internal-inl.h

@ -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 {

Loading…
Cancel
Save