Skip to content

Commit fed7d2d

Browse files
committed
Better compatibility with some compilers
1 parent edca84b commit fed7d2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jrd/RuntimeStatistics.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ class RuntimeStatistics : protected Firebird::AutoStorage
390390
}
391391

392392
private:
393-
T::const_iterator m_iter;
394-
const T::const_iterator m_end;
393+
typename T::const_iterator m_iter;
394+
const typename T::const_iterator m_end;
395395

396396
void advance()
397397
{

0 commit comments

Comments
 (0)