1
0
Fork 0

src/Aircraft/flightrecorder.hxx: use unsigned to fix gcc warning elsewhere.

This commit is contained in:
Julian Smith 2020-06-14 18:15:20 +01:00
parent 6007327da9
commit be3329e4b4

View file

@ -86,7 +86,7 @@ private:
FlightRecorder::TSignalList m_CaptureInt8;
FlightRecorder::TSignalList m_CaptureBool;
int m_TotalRecordSize;
unsigned m_TotalRecordSize;
std::string m_ConfigName;
bool m_usingDefaultConfig;
FGMultiplayMgr* m_MultiplayMgr;