Skip to content

Commit 3655149

Browse files
committed
export ThreadLocalValueHolderBase which is required by exported APIs.
fixes #3944
1 parent bea621c commit 3655149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googletest/include/gtest/internal/gtest-port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,7 @@ typedef GTestMutexLock MutexLock;
17101710
// C-linkage. Therefore it cannot be templatized to access
17111711
// ThreadLocal<T>. Hence the need for class
17121712
// ThreadLocalValueHolderBase.
1713-
class ThreadLocalValueHolderBase {
1713+
class GTEST_API_ ThreadLocalValueHolderBase {
17141714
public:
17151715
virtual ~ThreadLocalValueHolderBase() {}
17161716
};

0 commit comments

Comments
 (0)