8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:43:04 +01:00
This commit is contained in:
alexpeshkoff 2009-04-28 10:54:45 +00:00
parent f6b1057f16
commit 2f7ab21392

View File

@ -165,7 +165,7 @@ PerformanceInfo* RuntimeStatistics::computeDifference(
#else // REL_COUNTS_TREE
void RuntimeStatistics::bumpValue(StatType index, SLONG relation_id)
void RuntimeStatistics::bumpValue(const StatType index, SLONG relation_id)
{
fb_assert(index >= 0);
++relChgNumber;