fixed Linux compilation error
This commit is contained in:
parent
a3b0215128
commit
fc9970f837
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ CHighPrecisionTimer::CHighPrecisionTimer ( const bool bUseDoubleSystemFrameSize
|
|||
bRun ( false )
|
||||
{
|
||||
// calculate delay in ns
|
||||
const uint64_t iNsDelay;
|
||||
uint64_t iNsDelay;
|
||||
|
||||
if ( bUseDoubleSystemFrameSize )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue