fixed Linux compilation error

This commit is contained in:
Volker Fischer 2020-04-05 18:57:28 +02:00
parent a3b0215128
commit fc9970f837

View File

@ -118,7 +118,7 @@ CHighPrecisionTimer::CHighPrecisionTimer ( const bool bUseDoubleSystemFrameSize
bRun ( false )
{
// calculate delay in ns
const uint64_t iNsDelay;
uint64_t iNsDelay;
if ( bUseDoubleSystemFrameSize )
{