Fixed compilation bug

This commit is contained in:
mort5161 2015-03-20 14:38:00 -07:00
parent ac4f8c9bb3
commit eb1d80184d

View file

@ -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.