mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 05:30:05 +00:00 
			
		
		
		
	Return fields by value instead of const reference
This commit is contained in:
		
							parent
							
								
									c47a569645
								
							
						
					
					
						commit
						835ee644b5
					
				
					 10 changed files with 481 additions and 483 deletions
				
			
		|  | @ -550,7 +550,7 @@ DigitalRadarData::DigitalRadarData(DigitalRadarData&&) noexcept = default; | |||
| DigitalRadarData& | ||||
| DigitalRadarData::operator=(DigitalRadarData&&) noexcept = default; | ||||
| 
 | ||||
| const std::string& DigitalRadarData::radar_identifier() const | ||||
| std::string DigitalRadarData::radar_identifier() const | ||||
| { | ||||
|    return p->radarIdentifier_; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat