diff --git a/src/Aircraft/FlightHistory.hxx b/src/Aircraft/FlightHistory.hxx index 38e3d44f2..c5d3aa33b 100644 --- a/src/Aircraft/FlightHistory.hxx +++ b/src/Aircraft/FlightHistory.hxx @@ -69,7 +69,7 @@ private: int simTimeMSec; }; - static const int SAMPLE_BUCKET_WIDTH = 1024; + static const unsigned int SAMPLE_BUCKET_WIDTH = 1024; /** * Bucket is a fixed-size container of samples. This is a crude slab