export ThreadLocalValueHolderBase which is required by exported APIs.
fixes #3944
This commit is contained in:
		@@ -1710,7 +1710,7 @@ typedef GTestMutexLock MutexLock;
 | 
			
		||||
// C-linkage.  Therefore it cannot be templatized to access
 | 
			
		||||
// ThreadLocal<T>.  Hence the need for class
 | 
			
		||||
// ThreadLocalValueHolderBase.
 | 
			
		||||
class ThreadLocalValueHolderBase {
 | 
			
		||||
class GTEST_API_ ThreadLocalValueHolderBase {
 | 
			
		||||
 public:
 | 
			
		||||
  virtual ~ThreadLocalValueHolderBase() {}
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user