Skip to content

Commit e0dcf8a

Browse files
committed
Postfix for my prior commit
1 parent fed7d2d commit e0dcf8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/RuntimeStatistics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ class RuntimeStatistics : protected Firebird::AutoStorage
379379
advance();
380380
}
381381

382-
T::const_reference operator*() const
382+
typename T::const_reference operator*() const
383383
{
384384
return *m_iter;
385385
}

0 commit comments

Comments
 (0)