Work-around a clang glitch with 10.6
This commit is contained in:
parent
d9159e719d
commit
67ca0689c9
1 changed files with 3 additions and 1 deletions
|
@ -32,6 +32,8 @@
|
||||||
|
|
||||||
typedef std::vector<SGGeod> SGGeodVec;
|
typedef std::vector<SGGeod> SGGeodVec;
|
||||||
|
|
||||||
|
const unsigned int SAMPLE_BUCKET_WIDTH = 1024;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* record the history of the aircraft's movements, making it available
|
* record the history of the aircraft's movements, making it available
|
||||||
* as a contiguous block. This can be used to show the historical flight-path
|
* as a contiguous block. This can be used to show the historical flight-path
|
||||||
|
@ -69,7 +71,7 @@ private:
|
||||||
int simTimeMSec;
|
int simTimeMSec;
|
||||||
};
|
};
|
||||||
|
|
||||||
static const unsigned int SAMPLE_BUCKET_WIDTH = 1024;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bucket is a fixed-size container of samples. This is a crude slab
|
* Bucket is a fixed-size container of samples. This is a crude slab
|
||||||
|
|
Loading…
Add table
Reference in a new issue