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

@@ -23,7 +23,6 @@ namespace BlackMisc
{
namespace Weather
{
class IMetarDecoderPart;
//! Metar Decoder
@@ -36,7 +35,7 @@ namespace BlackMisc
CMetarDecoder();
//! Default destructor
~CMetarDecoder();
virtual ~CMetarDecoder() override;
//! Decode metar
CMetar decode(const QString &metarString) const;