Add GTEST_API_ tag to WithoutMatchers class. Hopefully that fixes the problem on MSVC?
This commit is contained in:
		
							parent
							
								
									c24086c099
								
							
						
					
					
						commit
						158783e097
					
				@ -350,7 +350,7 @@ GTEST_API_ void Log(LogSeverity severity, const std::string& message,
 | 
			
		||||
//
 | 
			
		||||
//    ON_CALL(mock, Method({}, nullptr))…
 | 
			
		||||
//
 | 
			
		||||
class WithoutMatchers {
 | 
			
		||||
class GTEST_API_ WithoutMatchers {
 | 
			
		||||
 private:
 | 
			
		||||
  WithoutMatchers() {}
 | 
			
		||||
  friend WithoutMatchers GetWithoutMatchers();
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user