From 2f7ab2139230e12ef3304cbf75fe423a82df0fb9 Mon Sep 17 00:00:00 2001 From: alexpeshkoff Date: Tue, 28 Apr 2009 10:54:45 +0000 Subject: [PATCH] misc --- src/jrd/RuntimeStatistics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jrd/RuntimeStatistics.cpp b/src/jrd/RuntimeStatistics.cpp index 40351f84c1..af1217aac7 100644 --- a/src/jrd/RuntimeStatistics.cpp +++ b/src/jrd/RuntimeStatistics.cpp @@ -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;