Metar, slight style adjustments

This commit is contained in:
Klaus Basan
2019-12-27 13:19:07 +01:00
committed by Mat Sutcliffe
parent a924b5e78b
commit a6a787fdd7
5 changed files with 105 additions and 65 deletions

View File

@@ -48,7 +48,7 @@ namespace BlackMisc
void CMetar::setDayTime(int reportDay, const PhysicalQuantities::CTime &reportTime)
{
m_reportDay = reportDay;
m_reportDay = reportDay;
m_reportTime = reportTime;
}