mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-06 07:12:04 +01:00
Fixed compilation bug
This commit is contained in:
parent
ac4f8c9bb3
commit
eb1d80184d
|
|
@ -61,6 +61,8 @@ namespace NmeaParser
|
|||
m_filename = fileName;
|
||||
}
|
||||
|
||||
#if !NETFX_CORE
|
||||
|
||||
/// <summary>
|
||||
/// Gets the name of the nmea file this device is using.
|
||||
/// </summary>
|
||||
|
|
@ -68,6 +70,7 @@ namespace NmeaParser
|
|||
{
|
||||
get { return m_filename; }
|
||||
}
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Gets the stream to perform buffer reads on.
|
||||
|
|
|
|||
Loading…
Reference in a new issue