changes in contactSearch and timeControl and timeInfo

This commit is contained in:
HRN
2025-01-27 14:26:20 +03:30
parent 42b024e1ed
commit f98a696fc8
5 changed files with 19 additions and 24 deletions

View File

@ -133,7 +133,7 @@ public:
}
int32 currentIter()const
uint32 currentIter()const
{
return ti_.currentIter();
}
@ -174,7 +174,7 @@ public:
}
static
int32 timePrecision()
uint32 timePrecision()
{
return timeInfo::precision();
}