add a cast
This commit is contained in:
		
							parent
							
								
									93d050ea56
								
							
						
					
					
						commit
						2d7d32d13c
					
				@ -137,7 +137,8 @@ class TypeWithoutFormatter {
 | 
			
		||||
 public:
 | 
			
		||||
  // This default version is called when kTypeKind is kOtherType.
 | 
			
		||||
  static void PrintValue(const T& value, ::std::ostream* os) {
 | 
			
		||||
    PrintBytesInObjectTo(reinterpret_cast<const unsigned char*>(&value),
 | 
			
		||||
    PrintBytesInObjectTo(reinterpret_cast<const unsigned char*>(
 | 
			
		||||
                         reinterpret_cast<const void *>(&value)),
 | 
			
		||||
                         sizeof(value), os);
 | 
			
		||||
  }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user