mirror of
				https://github.com/MaskRay/ccls.git
				synced 2025-11-03 22:04:24 +00:00 
			
		
		
		
	fix type
This commit is contained in:
		
							parent
							
								
									554833abf2
								
							
						
					
					
						commit
						c9860305f0
					
				@ -37,7 +37,7 @@ protected:
 | 
			
		||||
   * use for lexicographic comparison
 | 
			
		||||
   */
 | 
			
		||||
  auto asTuple() const -> std::tuple<Line,Column> {
 | 
			
		||||
    return std::make_tuple(line, tuple);
 | 
			
		||||
    return std::make_tuple(line, column);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user