mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 07:05:38 +08:00
Metar, slight style adjustments
This commit is contained in:
committed by
Mat Sutcliffe
parent
a924b5e78b
commit
a6a787fdd7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user